41 lines
No EOL
1.5 KiB
CSS
41 lines
No EOL
1.5 KiB
CSS
/*
|
|
* @font-face from bootstrap-icons
|
|
*/
|
|
@font-face {
|
|
font-display: block;
|
|
font-family: "bootstrap-icons";
|
|
src: url("../../../node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"),
|
|
url("../../../node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
|
|
}
|
|
|
|
/*
|
|
* @font-face from font-awesome
|
|
*/
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
src: url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
|
|
src: url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
|
|
url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
|
|
url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
|
|
url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
|
|
url('../../../node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Golos';
|
|
src: url('../fonts/golos-regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'GolosM';
|
|
src: url('../fonts/golos-medium.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'GolosUI';
|
|
src: url('../fonts/golos-ul-regular.ttf');
|
|
}
|
|
@font-face {
|
|
font-family: 'GolosUIM';
|
|
src: url('../fonts/golos-ul-medium.ttf');
|
|
} |