mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-29 22:45:58 -04:00
clean up typography styles
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
@use "sass:list";
|
||||
@use "sass:string";
|
||||
|
||||
// The maximum width of the content area:
|
||||
$max-width: 865px;
|
||||
@@ -12,15 +11,9 @@ $webfont-sans: "Inter";
|
||||
$webfont-sans-variable: "Inter var";
|
||||
$webfont-mono: "Roboto Mono";
|
||||
$webfont-mono-variable: "Roboto Mono var";
|
||||
$webfont-unicode-latin-only: (
|
||||
latin:
|
||||
string.unquote(
|
||||
"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD"
|
||||
),
|
||||
);
|
||||
|
||||
// System fonts:
|
||||
// https://markdotto.com/2018/02/07/github-system-fonts/
|
||||
// https://primer.style/design/foundations/typography#font-stack
|
||||
// stylelint-disable-next-line value-keyword-case
|
||||
$system-fonts-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
|
||||
$system-fonts-mono: ui-monospace, "SFMono-Regular", "Consolas", "Liberation Mono", "Menlo", "Courier", monospace;
|
||||
|
||||
Reference in New Issue
Block a user