Bundle Monda fonts in frontend assets

This commit is contained in:
b0txec
2026-08-19 22:04:43 +03:00
parent 1868041aac
commit d72c3d3473
3 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -28,7 +28,7 @@ thead {
@font-face {
font-family: 'Monda';
src: url('../../../Monda/Monda-Regular.ttf') format('truetype');
src: url('../assets/Monda-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
@@ -36,7 +36,7 @@ thead {
@font-face {
font-family: 'Monda';
src: url('../../../Monda/Monda-Bold.ttf') format('truetype');
src: url('../assets/Monda-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;