Skip to content

Commit cc17461

Browse files
committed
feat: manual font family strings
1 parent 801f937 commit cc17461

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/nls/root/strings.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,13 @@ define({
228228
"LIVE_DEV_STYLER_FONT_USE_CUSTOM": "Use \"{0}\"",
229229
"LIVE_DEV_STYLER_NO_FONTS_FOUND": "No fonts found",
230230
"LIVE_DEV_STYLER_LOAD_MORE": "Load more",
231+
"LIVE_DEV_STYLER_FONTS_MANUAL": "Manual",
232+
"LIVE_DEV_STYLER_FONT_MANUAL_PLACEHOLDER": "Enter font name",
233+
"LIVE_DEV_STYLER_FONT_MANUAL_APPLY": "Apply",
234+
"LIVE_DEV_STYLER_FONT_MANUAL_HINT": "Enter any font name — it must already be available on the page or the visitor's device (a web-safe font, an installed font, or one you've added). Google Fonts are linked for you automatically.",
235+
"LIVE_DEV_STYLER_FONT_UPLOAD": "Upload font file",
236+
"LIVE_DEV_STYLER_FONT_UPLOAD_HINT": "TTF, OTF, WOFF or WOFF2",
237+
"LIVE_DEV_STYLER_FONT_UPLOAD_FAILED": "Couldn't add that font file",
231238
"LIVE_DEV_STYLER_WEIGHT_THIN": "Thin",
232239
"LIVE_DEV_STYLER_WEIGHT_EXTRA_LIGHT": "Extra Light",
233240
"LIVE_DEV_STYLER_WEIGHT_LIGHT": "Light",

0 commit comments

Comments
 (0)