add sass modules
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
////// sahel
|
||||
@font-face {
|
||||
font-family: 'sahel';
|
||||
src: url("../fonts/sahel/Sahel-FD.eot"),
|
||||
url("../fonts/sahel/Sahel-FD.ttf"),
|
||||
url("../fonts/sahel/Sahel-FD.woff") ;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'sahel-bold';
|
||||
src: url("../fonts/sahel/Sahel-Bold-FD.eot"),
|
||||
url("../fonts/sahel/Sahel-Bold-FD.ttf"),
|
||||
url("../fonts/sahel/Sahel-Bold-FD.woff") ;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'sahel-black';
|
||||
src: url("../fonts/sahel/Sahel-Black-FD.eot"),
|
||||
url("../fonts/sahel/Sahel-Black-FD.ttf"),
|
||||
url("../fonts/sahel/Sahel-Black-FD.woff");
|
||||
}
|
||||
|
||||
////// diodrum
|
||||
@font-face {
|
||||
font-family: 'diodrum';
|
||||
src: url("../fonts/diodrum/Diodrum-Regular.eot"),
|
||||
url("../fonts/diodrum/Diodrum-Regular.otf"),
|
||||
url("../fonts/diodrum/Diodrum-Regular.ttf"),
|
||||
url("../fonts/diodrum/Diodrum-Regular.woff"),
|
||||
url("../fonts/diodrum/Diodrum-Regular.woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'diodrum-bold';
|
||||
src: url("../fonts/diodrum/Diodrum-Semibold.eot"),
|
||||
url("../fonts/diodrum/Diodrum-Semibold.otf"),
|
||||
url("../fonts/diodrum/Diodrum-Semibold.ttf"),
|
||||
url("../fonts/diodrum/Diodrum-Semibold.woff"),
|
||||
url("../fonts/diodrum/Diodrum-Semibold.woff2");
|
||||
}
|
||||
|
||||
|
||||
////// anton
|
||||
@font-face {
|
||||
font-family: 'anton';
|
||||
src: url("../fonts/Anton/Anton.eot"),
|
||||
url("../fonts/Anton/Anton.otf"),
|
||||
url("../fonts/Anton/Anton.ttf"),
|
||||
url("../fonts/Anton/Anton.woff"),
|
||||
url("../fonts/Anton/Anton.woff2");
|
||||
}
|
||||
Reference in New Issue
Block a user