add nunito sans font

This commit is contained in:
smanylov
2025-12-28 13:09:28 +07:00
parent 6d9313cbb8
commit 0c1aad1932
4 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
@use './VKLogin.scss'; @use './VKLogin.scss';
.page-title { .page-title {
font-size: 28px; font-size: 30px;
font-weight: 600; font-weight: 600;
margin-bottom: 30px; margin-bottom: 30px;
display: flex; display: flex;
+24 -1
View File
@@ -1,10 +1,28 @@
@font-face {
font-family: "Nunito Sans";
src:
url('./fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations'),
url('./fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
font-weight: 100 1000;
font-style: normal;
}
@font-face {
font-family: "Nunito Sans";
src:
url('./fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype-variations'),
url('./fonts/Nunito_Sans/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
font-weight: 100 1000;
font-style: italic;
}
html, html,
body { body {
overflow-x: hidden; overflow-x: hidden;
} }
body { body {
font-family: 'Segoe UI', sans-serif; font-family: "Nunito Sans", 'Segoe UI', sans-serif;
} }
* { * {
@@ -20,6 +38,11 @@ h2,
h3, h3,
h4 { h4 {
font-weight: bold; font-weight: bold;
/* font-family: 'Segoe UI', sans-serif; */
/* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
/* font-family:Arial, Helvetica, sans-serif; */
/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
} }
svg:focus, svg:focus,