This commit is contained in:
naoufal zerai
2022-08-19 21:55:50 -04:00
parent 64f69be76f
commit 90573f34c6
7 changed files with 28 additions and 16 deletions

View File

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