added animations and pageLoad and preLoader

This commit is contained in:
Amir Mohamadi
2020-12-19 13:26:55 +03:30
parent bc5e617778
commit 9433eb84ac
57 changed files with 13099 additions and 494 deletions
+24 -24
View File
@@ -1,51 +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") ;
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"),
url("../fonts/sahel/Sahel-Bold-FD.ttf"),
url("../fonts/sahel/Sahel-Bold-FD.woff") ;
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"),
url("../fonts/sahel/Sahel-Black-FD.ttf"),
url("../fonts/sahel/Sahel-Black-FD.woff");
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"),
url("../fonts/diodrum/Diodrum-Regular.otf"),
url("../fonts/diodrum/Diodrum-Regular.ttf"),
url("../fonts/diodrum/Diodrum-Regular.woff"),
url("../fonts/diodrum/Diodrum-Regular.woff2");
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"),
url("../fonts/diodrum/Diodrum-Semibold.otf"),
url("../fonts/diodrum/Diodrum-Semibold.ttf"),
url("../fonts/diodrum/Diodrum-Semibold.woff"),
url("../fonts/diodrum/Diodrum-Semibold.woff2");
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"),
url("../fonts/Anton/Anton.otf"),
url("../fonts/Anton/Anton.ttf"),
url("../fonts/Anton/Anton.woff"),
url("../fonts/Anton/Anton.woff2");
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');
}