62 lines
2.1 KiB
SCSS
62 lines
2.1 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-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');
|
|
}
|
|
|
|
////// sahel with latin
|
|
@font-face {
|
|
font-family: 'sahel-LD';
|
|
src: url("../fonts/sahelWithLatin/regular/Sahel.eot") format('embedded-opentype'),
|
|
url("../fonts/sahelWithLatin/regular/Sahel.ttf") format('truetype'),
|
|
url("../fonts/sahelWithLatin/regular/Sahel.woff") format('woff');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'sahel-black-LD';
|
|
src: url("../fonts/sahelWithLatin/black/Sahel-Black.eot") format('embedded-opentype'),
|
|
url("../fonts/sahelWithLatin/black/Sahel-Black.ttf") format('truetype'),
|
|
url("../fonts/sahelWithLatin/black/Sahel-Black.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');
|
|
}
|