mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix: Poppins semi-bold font 404 error (#771)
This commit is contained in:
2
resources/sass/crater.scss
vendored
2
resources/sass/crater.scss
vendored
@ -41,7 +41,7 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: url("/fonts/Poppins-Semibold.ttf") format("truetype");
|
src: url("/fonts/Poppins-SemiBold.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default Theme
|
// Default Theme
|
||||||
|
|||||||
Reference in New Issue
Block a user