Bundle Monda fonts in frontend assets
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -28,7 +28,7 @@ thead {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Monda';
|
font-family: 'Monda';
|
||||||
src: url('../../../Monda/Monda-Regular.ttf') format('truetype');
|
src: url('../assets/Monda-Regular.ttf') format('truetype');
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
@@ -36,7 +36,7 @@ thead {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Monda';
|
font-family: 'Monda';
|
||||||
src: url('../../../Monda/Monda-Bold.ttf') format('truetype');
|
src: url('../assets/Monda-Bold.ttf') format('truetype');
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|||||||
Reference in New Issue
Block a user