fix font path

This commit is contained in:
MohamedGad100 2026-01-04 11:41:37 +02:00
parent 18ebeb058e
commit de95cdd228
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
@font-face {
font-family: 'Cairo';
src: url('fonts/Cairo-Regular.ttf') format('truetype');
src: url('/odex_takaful/static/src/fonts/Cairo-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
@ -8,7 +8,7 @@
@font-face {
font-family: 'Cairo';
src: url('fonts/Cairo-SemiBold.ttf') format('truetype');
src: url('/odex_takaful/static/src/fonts/Cairo-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
font-display: swap;
@ -16,9 +16,8 @@
@font-face {
font-family: 'Cairo';
src: url('fonts/Cairo-Bold.ttf') format('truetype');
src: url('/odex_takaful/static/src/fonts/Cairo-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
}