diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-25 21:48:16 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-25 21:48:16 +0300 |
| commit | 1a65895bfd441ea57163ee3e185785c82a81b736 (patch) | |
| tree | 6acf07e334d43b08740bf68d3bfbc7e257d99693 /src/i18n | |
| parent | e8536f3d95144945dcbd6bd96542f8401de3f1ed (diff) | |
initial font support
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 5bd1ddbb..6f439f65 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -236,6 +236,19 @@ "buttonPressedHover": "Button (pressed+hover)", "input": "Input field" } + }, + "fonts": { + "_tab_label": "Fonts", + "help": "Select font to use for elements of UI. For \"custom\" you have to enter exact font name as it appears in system.", + "components": { + "interface": "Interface", + "input": "Input fields", + "post": "Post text", + "postCode": "Monospaced text in a post (rich text)" + }, + "family": "Font name", + "size": "Size (in px)", + "weight": "Weight (boldness)" } } }, |
