Replace Raleway with Lato
This commit is contained in:
parent
88e258a0fb
commit
2c2d1ab446
BIN
www/css/fonts/LatoLatin-Light.eot
Normal file
BIN
www/css/fonts/LatoLatin-Light.eot
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Light.ttf
Normal file
BIN
www/css/fonts/LatoLatin-Light.ttf
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Light.woff
Normal file
BIN
www/css/fonts/LatoLatin-Light.woff
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Light.woff2
Normal file
BIN
www/css/fonts/LatoLatin-Light.woff2
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Regular.eot
Normal file
BIN
www/css/fonts/LatoLatin-Regular.eot
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Regular.ttf
Normal file
BIN
www/css/fonts/LatoLatin-Regular.ttf
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Regular.woff
Normal file
BIN
www/css/fonts/LatoLatin-Regular.woff
Normal file
Binary file not shown.
BIN
www/css/fonts/LatoLatin-Regular.woff2
Normal file
BIN
www/css/fonts/LatoLatin-Regular.woff2
Normal file
Binary file not shown.
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user