Skip to content

Commit 0bce944

Browse files
Merge pull request #14 from intel/readme-edit
Added advice for use in code editors
2 parents b6d5c2f + ea0f2f7 commit 0bce944

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ Intel One Mono also covers a wide range of over 200 languages using the Latin sc
1212

1313
## Using the Fonts
1414

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`
1620

1721
### Font Formats
1822
- 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
2428

2529
### Available OpenType Features
2630
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.
3135

3236
## Viewing and Editing Sources
3337

0 commit comments

Comments
 (0)