Add style usage in the README

Google Font shows a `Specify in CSS` section which is very convenient for copy/paste since the font name has a `space` in it.
This commit is contained in:
Sam 2019-03-11 11:44:23 -07:00 committed by Nikita Prokopov
parent 7338df60af
commit d33ca1d829
1 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,12 @@ Swift:
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css);
```
```css
/* Specify in CSS */
font-family: 'Fira Code', monospace;
```
- IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`
- Firefox
- Safari