From 804d25ac88fcbd62d8ce0334803c732693ef114a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Jastrz=C4=99bowski?= Date: Sat, 13 Oct 2018 14:27:04 +0200 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b75257fd3..60c57485f8 100644 --- a/README.md +++ b/README.md @@ -134,12 +134,12 @@ Swift: ```html - + ``` ```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;`