summaryrefslogtreecommitdiff
path: root/themes/blog.jaseg.de/static
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blog.jaseg.de/static')
-rw-r--r--themes/blog.jaseg.de/static/css/style.css3
-rw-r--r--themes/blog.jaseg.de/static/css/webfonts.css18
-rw-r--r--themes/blog.jaseg.de/static/favicon.icobin0 -> 32038 bytes
-rw-r--r--themes/blog.jaseg.de/static/fonts/baloo.ttfbin0 -> 69940 bytes
-rw-r--r--themes/blog.jaseg.de/static/fonts/source-serif-pro.ttfbin0 -> 50724 bytes
-rw-r--r--themes/blog.jaseg.de/static/fonts/ubuntu-mono.ttfbin0 -> 55144 bytes
6 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');
+}
diff --git a/themes/blog.jaseg.de/static/favicon.ico b/themes/blog.jaseg.de/static/favicon.ico
new file mode 100644
index 0000000..25fbd4c
--- /dev/null
+++ b/themes/blog.jaseg.de/static/favicon.ico
Binary files differ
diff --git a/themes/blog.jaseg.de/static/fonts/baloo.ttf b/themes/blog.jaseg.de/static/fonts/baloo.ttf
new file mode 100644
index 0000000..ce8a822
--- /dev/null
+++ b/themes/blog.jaseg.de/static/fonts/baloo.ttf
Binary files differ
diff --git a/themes/blog.jaseg.de/static/fonts/source-serif-pro.ttf b/themes/blog.jaseg.de/static/fonts/source-serif-pro.ttf
new file mode 100644
index 0000000..5d23687
--- /dev/null
+++ b/themes/blog.jaseg.de/static/fonts/source-serif-pro.ttf
Binary files differ
diff --git a/themes/blog.jaseg.de/static/fonts/ubuntu-mono.ttf b/themes/blog.jaseg.de/static/fonts/ubuntu-mono.ttf
new file mode 100644
index 0000000..25a9dfe
--- /dev/null
+++ b/themes/blog.jaseg.de/static/fonts/ubuntu-mono.ttf
Binary files differ