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

github.com/htdvisser/hugo-base16-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHylke Visser <htdvisser@gmail.com>2016-05-25 17:56:19 +0300
committerHylke Visser <htdvisser@gmail.com>2016-05-25 17:56:19 +0300
commitb34bebb0905115179969ef1199dcb2ad23e63349 (patch)
tree3dd97a16f682b4a1db95d6bf099fda9431c36c6c
parenta7868103426abeea1b4da0bb61b0ac4a83af828c (diff)
Remove Roboto import - We're using Source Code Pro
-rw-r--r--static/css/style-cssnext.css1
-rw-r--r--static/css/style.css4
2 files changed, 0 insertions, 5 deletions
diff --git a/static/css/style-cssnext.css b/static/css/style-cssnext.css
index d434265..d8f997a 100644
--- a/static/css/style-cssnext.css
+++ b/static/css/style-cssnext.css
@@ -36,7 +36,6 @@
.base0e { color: var(--base0e); }
.base0f { color: var(--base0f); }
-@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700);
@custom-media --breakpoint-md (max-width: 52em);
/* General Page Layout */
diff --git a/static/css/style.css b/static/css/style.css
index e1d0585..5af0eb5 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,7 +1,3 @@
-
-
-@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700);
-
/* Base16 Eighties Colorscheme by Chris Kempson (http://chriskempson.com) */
.base00 { color: #2d2d2d; }