add calculation module and fix many bugs
This commit is contained in:
+16
-6
@@ -6,12 +6,6 @@
|
||||
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';
|
||||
@@ -20,6 +14,22 @@
|
||||
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';
|
||||
|
||||
Reference in New Issue
Block a user