fix the fucking font's path

This commit is contained in:
naoufal zerai
2022-08-19 22:21:27 -04:00
parent 90573f34c6
commit 21a2a504ac
3 changed files with 1 additions and 27 deletions

View File

@@ -1,13 +0,0 @@
@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');
}