Change font to Montserrat to include cyrillic

This commit is contained in:
2025-02-13 22:46:31 +01:00
parent 89a7e28dc9
commit 46eb8d222f
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
@import "./messages.scss"; @import "./messages.scss";
body { body {
font-family: "Quicksand", serif !important; font-family: "Montserrat", sans-serif !important;
font-optical-sizing: auto; font-optical-sizing: auto;
} }

View File

@@ -3,4 +3,4 @@
<dnn:DnnJsInclude runat="server" FilePath="scripts/skin.js" ForceProvider="DnnFormBottomProvider" Priority="120" PathNameAlias="SkinPath" /> <dnn:DnnJsInclude runat="server" FilePath="scripts/skin.js" ForceProvider="DnnFormBottomProvider" Priority="120" PathNameAlias="SkinPath" />
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">