Specify font-weight in Roboto Flex declaration

This prevents weights being displayed incorrectly
This commit is contained in:
RunasSudo 2025-07-01 02:34:33 +10:00
parent fc961bd4bc
commit 590eba79c4
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -18,6 +18,7 @@
@font-face {
font-family: "Roboto Flex";
font-weight: 100 1000;
src: url("/src/assets/fonts/RobotoFlex-VF.ttf");
}