Files
arakrail/assets/sass/_fonts.scss
T
2020-12-19 13:26:55 +03:30

52 lines
1.8 KiB
SCSS

////// sahel
@font-face {
font-family: 'sahel';
src: url("../fonts/sahel/Sahel-FD.eot") format('embedded-opentype'),
url("../fonts/sahel/Sahel-FD.ttf") format('truetype'),
url("../fonts/sahel/Sahel-FD.woff") format('woff');
}
@font-face {
font-family: 'sahel-bold';
src: url("../fonts/sahel/Sahel-Bold-FD.eot") format('embedded-opentype'),
url("../fonts/sahel/Sahel-Bold-FD.ttf") format('truetype'),
url("../fonts/sahel/Sahel-Bold-FD.woff") format('woff');
}
@font-face {
font-family: 'sahel-black';
src: url("../fonts/sahel/Sahel-Black-FD.eot") format('embedded-opentype'),
url("../fonts/sahel/Sahel-Black-FD.ttf") format('truetype'),
url("../fonts/sahel/Sahel-Black-FD.woff") format('woff');
}
////// diodrum
@font-face {
font-family: 'diodrum';
src: url("../fonts/diodrum/Diodrum-Regular.eot") format('embedded-opentype'),
url("../fonts/diodrum/Diodrum-Regular.otf") format('opentype'),
url("../fonts/diodrum/Diodrum-Regular.ttf") format('truetype'),
url("../fonts/diodrum/Diodrum-Regular.woff") format('woff'),
url("../fonts/diodrum/Diodrum-Regular.woff2") format('woff2');
}
@font-face {
font-family: 'diodrum-bold';
src: url("../fonts/diodrum/Diodrum-Semibold.eot") format('embedded-opentype'),
url("../fonts/diodrum/Diodrum-Semibold.otf") format('opentype'),
url("../fonts/diodrum/Diodrum-Semibold.ttf") format('truetype'),
url("../fonts/diodrum/Diodrum-Semibold.woff") format('woff'),
url("../fonts/diodrum/Diodrum-Semibold.woff2") format('woff2');
}
////// anton
@font-face {
font-family: 'anton';
src: url("../fonts/Anton/Anton.eot") format('embedded-opentype'),
url("../fonts/Anton/Anton.otf") format('opentype'),
url("../fonts/Anton/Anton.ttf") format('truetype'),
url("../fonts/Anton/Anton.woff") format('woff'),
url("../fonts/Anton/Anton.woff2") format('woff2');
}