Add Raleway font as default

This commit is contained in:
Peder Bergebakken Sundt 2018-01-31 01:19:31 +01:00
parent cf95f90f5e
commit 49048fc973
3 changed files with 23 additions and 0 deletions

Binary file not shown.

BIN
www/css/raleway-latin.woff2 Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url("/css/raleway-latin-ext.woff2") format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: local('Raleway'), local('Raleway-Regular'), url() format('woff2');
src: local('Raleway'), local('Raleway-Regular'), url("/css/raleway-latin.woff2") format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
html{
font-family: Raleway, sans-serif;
font-style: normal;
font-variant: normal;
}
nav ul {
position: fixed;
top: 0;