summaryrefslogtreecommitdiff
path: root/css/webfonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/webfonts.css')
-rw-r--r--css/webfonts.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/css/webfonts.css b/css/webfonts.css
new file mode 100644
index 0000000..e94d5e2
--- /dev/null
+++ b/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');
+}