mirror of
https://github.com/Llloooggg/Jarvis.git
synced 2026-03-06 03:56:23 +03:00
44 lines
1.1 KiB
CSS
44 lines
1.1 KiB
CSS
|
|
@font-face {
|
|
font-family: 'GoraFree';
|
|
src: url('../../fonts/GoraFree-Regular.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url('../../fonts/OpenSans-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url('../../fonts/OpenSans-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'OpenSans';
|
|
src: url('../../fonts/OpenSansLight-Italic.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('../../fonts/Roboto-Light.woff') format('woff');
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Roboto';
|
|
src: url('../../fonts/Roboto-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Gagalin';
|
|
src: url('../../fonts/gagalin-regular-webfont.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |