This commit is contained in:
naoufal zerai
2022-08-19 22:21:46 -04:00
parent 21a2a504ac
commit 80671b8ad3
10 changed files with 606 additions and 0 deletions

13
static/css/style.css Normal file
View File

@@ -0,0 +1,13 @@
@font-face {
font-family: 'Harabara-Bold';
src: url('/assets/font/webfonts_Harabara-Bold/Harabara-Bold.ttf.woff') format('woff'),
url('/assets/font/webfonts_Harabara-Bold/Harabara-Bold.ttf.svg#Harabara-Bold') format('svg'),
url('/assets/font/webfonts_Harabara-Bold/Harabara-Bold.ttf.eot'),
url('/assets/font/webfonts_Harabara-Bold/Harabara-Bold.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'Raleway';
src: url('/assets/font/raleway/Raleway-Regular.ttf');
}