diff --git a/_sass/_base.scss b/_sass/_base.scss index 4300cec..46fbf06 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -268,6 +268,15 @@ pre { src: url(fonts/mononoki-Regular.woff); } +@font-face { + font-family: Gandom; + src: url(fonts/Gandom-FD.eot); + src: url(fonts/Gandom-FD?#iefix) format('embedded-opentype'), + url(fonts/Gandom-FD.woff) format('woff'), + url(fonts/Gandom-FD.woff2) format('woff2'), + url(fonts/Gandom-FD.ttf) format('truetype'); +} + @font-face { font-family: Sahel; src: url(fonts/Sahel.eot); diff --git a/css/fonts/Gandom-FD.eot b/css/fonts/Gandom-FD.eot new file mode 100644 index 0000000..37a78c5 Binary files /dev/null and b/css/fonts/Gandom-FD.eot differ diff --git a/css/fonts/Gandom-FD.ttf b/css/fonts/Gandom-FD.ttf new file mode 100644 index 0000000..3c9bfc9 Binary files /dev/null and b/css/fonts/Gandom-FD.ttf differ diff --git a/css/fonts/Gandom-FD.woff b/css/fonts/Gandom-FD.woff new file mode 100644 index 0000000..8af03c0 Binary files /dev/null and b/css/fonts/Gandom-FD.woff differ diff --git a/css/fonts/Gandom-FD.woff2 b/css/fonts/Gandom-FD.woff2 new file mode 100644 index 0000000..e85e6ce Binary files /dev/null and b/css/fonts/Gandom-FD.woff2 differ diff --git a/css/main.scss b/css/main.scss index d3c5714..97e85bb 100644 --- a/css/main.scss +++ b/css/main.scss @@ -4,7 +4,7 @@ @charset "utf-8"; // Our variables -$base-font-family: 'Nunito', 'Sahel', Open Sans, sans-serif; +$base-font-family: 'Nunito', 'Gandom', Open Sans, sans-serif; $head-font-family: 'Secular One', sans-serif; $base-font-size: 12pt; $small-font-size: $base-font-size * 0.875;