fix font path
This commit is contained in:
parent
18ebeb058e
commit
de95cdd228
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue