Change CDN links in Readme example

As Rawgit is closing example links will stop to function at the end of October 2019. I've chosen jsdelivr over unpkg as it's using GitHub as a source like Rawgit, rather than NPM, and have a bigger [market share](https://w3techs.com/technologies/comparison/cd-jsdelivr,cd-unpkg). Related issue #18.
pull/678/head
Karol Jastrzębowski 2018-10-13 14:27:04 +02:00 zatwierdzone przez Nikita Prokopov
rodzic 3557a00320
commit 804d25ac88
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -134,12 +134,12 @@ Swift:
```html ```html
<!-- HTML --> <!-- HTML -->
<link rel="stylesheet" href="https://cdn.rawgit.com/tonsky/FiraCode/1.206/distr/fira_code.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css">
``` ```
```css ```css
/* CSS */ /* CSS */
@import url(https://cdn.rawgit.com/tonsky/FiraCode/1.206/distr/fira_code.css); @import url(https://cdn.jsdelivr.net/gh/tonsky/FiraCode@1.206/distr/fira_code.css);
``` ```
- IE 10+, Edge: enable with `font-feature-settings: "calt" 1;` - IE 10+, Edge: enable with `font-feature-settings: "calt" 1;`