1
0
Fork 0
mirror of synced 2024-05-20 04:23:44 +12:00

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

View file

@ -144,6 +144,12 @@ Swift:
@import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css); @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;` - IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`
- Firefox - Firefox
- Safari - Safari