Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 9e359b6..2b3d846 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,8 +1,17 @@
-@import url(https://cdn.rawgit.com/AngeloStavrow/FiraCode/1.205/distr/fira_code.css);
+@font-face{
+ font-family: 'Fira Code';
+ src: url('/fonts/FiraCode-Regular.eot');
+ src: url('/fonts/FiraCode-Regular.eot') format('embedded-opentype'),
+ url('/fonts/FiraCode-Regular.woff2') format('woff2'),
+ url('/fonts/FiraCode-Regular.woff') format('woff'),
+ url('/fonts/FiraCode-Regular.ttf') format('truetype');
+ font-weight: 400;
+ font-style: normal;
+}
@font-face {
font-family: 'Charter';
- src: url('/fonts/charter_regular-webfont.eot?') format('eot');
+ src: url('/fonts/charter_regular-webfont.eot') format('eot');
src: url('/fonts/charter_regular-webfont.woff') format('woff');
src: url('/fonts/charter_regular-webfont.ttf') format('truetype');
}