readex pro instead of lexend (expansion, smaller size, is in chaotic aur)

This commit is contained in:
end-4
2024-03-23 17:13:23 +07:00
parent 168561333d
commit 59cb7c2b08
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ $rounding_large: 1.705rem;
@mixin titlefont {
// Geometric sans-serif
font-family: "Gabarito", "Poppins", "Lexend", sans-serif;
font-family: "Gabarito", "Poppins", "Readex Pro", "Lexend", sans-serif;
}
@mixin mainfont {
@@ -61,7 +61,7 @@ $rounding_large: 1.705rem;
@mixin readingfont {
// The most readable fonts, for a comfortable reading experience
// in stuff like AI chat on sidebar
font-family: "Lexend", "Noto Sans", sans-serif;
font-family: "Readex Pro", "Lexend", "Noto Sans", sans-serif;
// font-weight: 500;
}