Revisited css and js, new fonts and format. Adjusted home page width to

fit article page.
This commit is contained in:
2024-04-03 22:23:31 +00:00
parent 6d3729c323
commit 9a5082be16
25 changed files with 111 additions and 84 deletions
+3
View File
@@ -77,6 +77,9 @@ h5,
h6,
strong {
font-weight: map-get($base, font-weight-bold);
font-family: map-get($base, font-header-family);
letter-spacing: -.05rem;
line-height: 1;
}
h1 {
+7 -6
View File
@@ -1,5 +1,6 @@
$base: (
font-family: (-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif),
font-family: ("Lora", "Minion Pro", Palatino, Georgia, serif),
font-header-family: ("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,
@@ -49,11 +50,11 @@ $base: (
font-weight: 400,
font-weight-bold: 700,
line-height-xl: 2,
line-height-lg: 1.8,
line-height: 1.6,
line-height-sm: 1.4,
line-height-xs: 1.2,
line-height-xl: 1.8,
line-height-lg: 1.6,
line-height: 1.4,
line-height-sm: 1.2,
line-height-xs: 1,
spacer: 1rem,