You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,11 @@ Intel One Mono also covers a wide range of over 200 languages using the Latin sc
12
12
13
13
## Using the Fonts
14
14
15
-
To install the fonts, please use the provided builds under [Releases](https://github.com/intel/intel-one-mono/releases). Refer to your software’s documentation for how to activate and use these fonts.
15
+
To install the fonts, please use the provided builds under [Releases](https://github.com/intel/intel-one-mono/releases). Please refer to your software’s documentation for how to activate and use these fonts.
16
+
17
+
### Activating the Fonts in Code Editors
18
+
- VSCode - In Settings, search Font Family, then specify `IntelOne Mono`
19
+
- Sublime Text - Go to Sublime Text -> Preferences -> Settings and set `font_face` to `IntelOne Mono`
16
20
17
21
### Font Formats
18
22
- We recommend the .otf or .ttf format for desktop use.
@@ -24,10 +28,10 @@ We recommend using these fonts at 7 points and larger in print, 9 pixels and lar
24
28
25
29
### Available OpenType Features
26
30
Outside of the default characters, there are a few extra features that are accessible in some applications, as well as via CSS:
27
-
**Raised Colon:** there is an option for a raised colon, either applied contextually between numbers or activated generally. The contextual option is available via ss11 (Stylistic Set #11), or use ss12 (Stylistic Set #12) or salt (Stylistic Alternates) for the global switch.
28
-
**Language Support:** ccmp and locl features ensure correct display across a wide range of languages. These are usually activated by default. We recommend setting the language tag/setting in your software to the desired language for best results.
29
-
**Superior/superscript and inferior/subscript figures** are included via their Unicode codepoints, or you can produce them from the default figures via the sups (Superscript), subs (Subscript), and si (Scientific Inferior) features.
30
-
**Fraction numerals** are similarly available via the numr (Numerator) and dnom (Denominator) features. A set of premade fractions is also available in the fonts.
31
+
-**Raised Colon:** there is an option for a raised colon, either applied contextually between numbers or activated generally. The contextual option is available via ss11 (Stylistic Set #11), or use ss12 (Stylistic Set #12) or salt (Stylistic Alternates) for the global switch.
32
+
-**Language Support:** ccmp and locl features ensure correct display across a wide range of languages. These are usually activated by default. We recommend setting the language tag/setting in your software to the desired language for best results.
33
+
-**Superior/superscript and inferior/subscript figures** are included via their Unicode codepoints, or you can produce them from the default figures via the sups (Superscript), subs (Subscript), and si (Scientific Inferior) features.
34
+
-**Fraction numerals** are similarly available via the numr (Numerator) and dnom (Denominator) features. A set of premade fractions is also available in the fonts.
0 commit comments