kopia lustrzana https://github.com/tonsky/FiraCode
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.pull/731/head
rodzic
7338df60af
commit
d33ca1d829
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue