Change font to Montserrat to include cyrillic
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user