62 lines
1.8 KiB
SCSS
62 lines
1.8 KiB
SCSS
/* Nunito-Regular - latin */
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
url("fonts/nunito/Nunito-Regular.ttf") format("ttf"),
|
|
url("fonts/nunito/Nunito-Regular.woff2") format("woff2"),
|
|
url("fonts/nunito/Nunito-Regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
}
|
|
|
|
/* nunito-500 - latin */
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
src:
|
|
url("fonts/nunito/Nunito-SemiBold.woff2") format("woff2"),
|
|
url("fonts/nunito/Nunito-SemiBold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
}
|
|
|
|
/* nunito-700 - latin */
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src:
|
|
url("fonts/nunito/Nunito-Bold.woff2") format("woff2"),
|
|
url("fonts/nunito/Nunito-Bold.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
}
|
|
|
|
/* nunito-italic - latin */
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src:
|
|
url("fonts/nunito/Nunito-Italic.woff2") format("woff2"),
|
|
url("fonts/nunito/Nunito-Italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
}
|
|
|
|
/* nunito-500italic - latin */
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
font-style: italic;
|
|
font-weight: 500;
|
|
src:
|
|
url("fonts/nunito/Nunito-SemiBoldItalic.woff2") format("woff2"),
|
|
url("fonts/nunito/Nunito-SemiBoldItalic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
}
|
|
|
|
/* nunito-BoldItalic - latin */
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src:
|
|
url("fonts/nunito/Nunito-BoldItalic.woff2") format("woff2"),
|
|
url("fonts/nunito/Nunito-BoldItalic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
}
|