diff --git a/www/css/fonts/LatoLatin-Light.eot b/www/css/fonts/LatoLatin-Light.eot new file mode 100644 index 0000000..865537d Binary files /dev/null and b/www/css/fonts/LatoLatin-Light.eot differ diff --git a/www/css/fonts/LatoLatin-Light.ttf b/www/css/fonts/LatoLatin-Light.ttf new file mode 100644 index 0000000..6af1b85 Binary files /dev/null and b/www/css/fonts/LatoLatin-Light.ttf differ diff --git a/www/css/fonts/LatoLatin-Light.woff b/www/css/fonts/LatoLatin-Light.woff new file mode 100644 index 0000000..e7d4278 Binary files /dev/null and b/www/css/fonts/LatoLatin-Light.woff differ diff --git a/www/css/fonts/LatoLatin-Light.woff2 b/www/css/fonts/LatoLatin-Light.woff2 new file mode 100644 index 0000000..b6d0288 Binary files /dev/null and b/www/css/fonts/LatoLatin-Light.woff2 differ diff --git a/www/css/fonts/LatoLatin-Regular.eot b/www/css/fonts/LatoLatin-Regular.eot new file mode 100644 index 0000000..96a9035 Binary files /dev/null and b/www/css/fonts/LatoLatin-Regular.eot differ diff --git a/www/css/fonts/LatoLatin-Regular.ttf b/www/css/fonts/LatoLatin-Regular.ttf new file mode 100644 index 0000000..bcc5778 Binary files /dev/null and b/www/css/fonts/LatoLatin-Regular.ttf differ diff --git a/www/css/fonts/LatoLatin-Regular.woff b/www/css/fonts/LatoLatin-Regular.woff new file mode 100644 index 0000000..bf73a6d Binary files /dev/null and b/www/css/fonts/LatoLatin-Regular.woff differ diff --git a/www/css/fonts/LatoLatin-Regular.woff2 b/www/css/fonts/LatoLatin-Regular.woff2 new file mode 100644 index 0000000..a4d084b Binary files /dev/null and b/www/css/fonts/LatoLatin-Regular.woff2 differ diff --git a/www/css/raleway-latin-ext.woff2 b/www/css/fonts/raleway-latin-ext.woff2 similarity index 100% rename from www/css/raleway-latin-ext.woff2 rename to www/css/fonts/raleway-latin-ext.woff2 diff --git a/www/css/raleway-latin.woff2 b/www/css/fonts/raleway-latin.woff2 similarity index 100% rename from www/css/raleway-latin.woff2 rename to www/css/fonts/raleway-latin.woff2 diff --git a/www/css/style.css b/www/css/style.css index 56c0f0a..2d1914e 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -3,7 +3,7 @@ font-family: 'Raleway'; font-style: normal; font-weight: 400; - src: local('Raleway'), local('Raleway-Regular'), url("/css/raleway-latin-ext.woff2") format('woff2'); + src: local('Raleway'), local('Raleway-Regular'), url("fonts/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 */ @@ -12,11 +12,35 @@ 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'); + src: local('Raleway'), local('Raleway-Regular'), url("fonts/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; } -h1, h2, h3, h4, h5, h6, li, .btn, p.login, a#login{ - font-family: Raleway, sans-serif; +/* Webfont: LatoLatin-Light */@font-face { + font-family: 'LatoLatinWebLight'; + src: url('fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */ + src: url('fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */ + url('fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */ + url('fonts/LatoLatin-Light.ttf') format('truetype'); + font-style: normal; + font-weight: normal; + text-rendering: optimizeLegibility; +} + +/* Webfont: LatoLatin-Regular */@font-face { + font-family: 'LatoLatinWeb'; + src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */ + src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */ + url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */ + url('fonts/LatoLatin-Regular.ttf') format('truetype'); + font-style: normal; + font-weight: normal; + text-rendering: optimizeLegibility; +} + +h1, h2, h3, h4, h5, h6, nav li, .calendar-events li, .btn, p.login, a#login{ + font-family: "LatoLatinWeb", sans-serif; font-style: normal; font-variant: normal; } @@ -271,6 +295,7 @@ article { text-decoration: none; color: #fff; background-color: #002244; + font-family: "LatoLatinWebLight", sans-serif; transition: background-color .2s ease; }