diff --git a/public/css/Cantarell-Regular-webfont.woff b/public/css/Cantarell-Regular-webfont.woff new file mode 100644 index 0000000..4e6f777 Binary files /dev/null and b/public/css/Cantarell-Regular-webfont.woff differ diff --git a/public/css/styles.scss b/public/css/styles.scss index f0d48a7..357b900 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -8,11 +8,27 @@ $background-secondary: #635283; $color-secondary: #8eea6d; $accent-secondary: #fde68f; $primary-secondary: #590e11; +@font-face { + font-family: 'cantarellregular'; + src: url('Cantarell-Regular-webfont.eot'); + src: url('Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), + url('Cantarell-Regular-webfont.woff2') format('woff2'), + url('Cantarell-Regular-webfont.woff') format('woff'), + url('Cantarell-Regular-webfont.ttf') format('truetype'), + url('Cantarell-Regular-webfont.svg#cantarellregular') format('svg'); + font-weight: normal; + font-style: normal; + +} + html { height: 100%; } body { + p,h1,h2,h3,h4,a { + font-family: 'cantarellregular'; + } margin: 0; padding: 0; overflow: hidden;