kopia lustrzana https://github.com/tonsky/FiraCode
Add examples of how to use Fira Code on a webpage (#491)
rodzic
6d2d5eb065
commit
079486533a
10
README.md
10
README.md
|
@ -122,6 +122,16 @@ Swift:
|
||||||
|
|
||||||
### Browser support
|
### Browser support
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- HTML -->
|
||||||
|
<link rel="stylesheet" href="https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css">
|
||||||
|
```
|
||||||
|
|
||||||
|
```css
|
||||||
|
/* CSS */
|
||||||
|
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.204/distr/fira_code.css);
|
||||||
|
```
|
||||||
|
|
||||||
- IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`
|
- IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`
|
||||||
- Firefox
|
- Firefox
|
||||||
- Safari
|
- Safari
|
||||||
|
|
Ładowanie…
Reference in New Issue