summaryrefslogtreecommitdiff
path: root/themes/blog.jaseg.de/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blog.jaseg.de/static/css')
-rw-r--r--themes/blog.jaseg.de/static/css/style.css3
-rw-r--r--themes/blog.jaseg.de/static/css/webfonts.css18
2 files changed, 19 insertions, 2 deletions
diff --git a/themes/blog.jaseg.de/static/css/style.css b/themes/blog.jaseg.de/static/css/style.css
index 47e5233..18e13f4 100644
--- a/themes/blog.jaseg.de/static/css/style.css
+++ b/themes/blog.jaseg.de/static/css/style.css
@@ -1,7 +1,6 @@
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Source+Serif+Pro'); */
/* @import url('https://fonts.googleapis.com/css?family=Fredoka+One|Source+Serif+Pro'); */
-@import url('https://fonts.googleapis.com/css?family=Baloo|Source+Serif+Pro');
-@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');
+@import url('/css/webfonts.css');
body {
max-width: 800px;
diff --git a/themes/blog.jaseg.de/static/css/webfonts.css b/themes/blog.jaseg.de/static/css/webfonts.css
new file mode 100644
index 0000000..e94d5e2
--- /dev/null
+++ b/themes/blog.jaseg.de/static/css/webfonts.css
@@ -0,0 +1,18 @@
+@font-face {
+ font-family: 'Baloo';
+ font-style: normal;
+ font-weight: 400;
+ src: url(/fonts/baloo.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Source Serif Pro';
+ font-style: normal;
+ font-weight: 400;
+ src: url(/fonts/source-serif-pro.ttf) format('truetype');
+}
+@font-face {
+ font-family: 'Ubuntu Mono';
+ font-style: normal;
+ font-weight: 400;
+ src: url(/fonts/ubuntu-mono.ttf) format('truetype');
+}