1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Fix font name

This commit is contained in:
MultiMote
2024-09-11 14:26:43 +03:00
parent 5659e3edf9
commit 4a8b426548

View File

@@ -16,5 +16,5 @@
// @import "@fortawesome/fontawesome-svg-core/styles";
body {
font-family: "Noto Sans", sans-serif;
font-family: "Noto Sans Variable", sans-serif;
}