Changed some fonts and fix missing email icon

This commit is contained in:
2024-04-03 22:57:15 +00:00
parent 9a5082be16
commit 477c178ca1
18 changed files with 153 additions and 49 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
$base: (
font-family: ("Lora", "Minion Pro", Palatino, Georgia, serif),
font-header-family: ("Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif),
font-family: ("Roboto Slab", Lora, "Minion Pro", Palatino, Georgia, serif),
font-header-family: ("Poppins", "ZCOOL XiaoWei", "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif),
font-family-code: (Menlo, Monaco, Consolas, Andale Mono, lucida console, Courier New, monospace),
font-size-root: 16px,
@@ -48,7 +48,7 @@ $base: (
font-size-h6-xs: .85rem,
font-weight: 400,
font-weight-bold: 700,
font-weight-bold: 600,
line-height-xl: 1.8,
line-height-lg: 1.6,