removed unused fonts
This commit is contained in:
@@ -152,11 +152,18 @@
|
|||||||
--color-link-visited: #ffd7f0;
|
--color-link-visited: #ffd7f0;
|
||||||
--color-link-hovered: #ffdad5;
|
--color-link-hovered: #ffdad5;
|
||||||
|
|
||||||
/* --font-title: 'Roboto Flex'; */
|
/* fonts */
|
||||||
|
--font-line-height: 1.5rem;
|
||||||
|
|
||||||
--font-sans-serif: 'Bai Jamjuree', sans-serif;
|
--font-sans-serif: 'Bai Jamjuree', sans-serif;
|
||||||
|
--font-size-sans-serif: 1.1rem;
|
||||||
|
|
||||||
--font-mono: 'Kode Mono', monospace;
|
--font-mono: 'Kode Mono', monospace;
|
||||||
|
--font-size-mono: 0.9em;
|
||||||
|
|
||||||
--font-stylised: 'Space Mono', monospace;
|
--font-stylised: 'Space Mono', monospace;
|
||||||
|
|
||||||
|
/* page sizing */
|
||||||
--page-width: 1200px;
|
--page-width: 1200px;
|
||||||
--content-width: 1000px;
|
--content-width: 1000px;
|
||||||
--screen-width-mobile: 800px;
|
--screen-width-mobile: 800px;
|
||||||
@@ -202,8 +209,8 @@
|
|||||||
|
|
||||||
p, span, li, pre, a {
|
p, span, li, pre, a {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
font-size: 1.1rem;
|
font-size: var(--font-size-sans-serif);
|
||||||
line-height: 1.6rem;
|
line-height: var(--font-line-height);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
@@ -284,7 +291,8 @@
|
|||||||
|
|
||||||
code, .code-block {
|
code, .code-block {
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
font-size: 0.8em;
|
font-size: var(--font-size-mono);
|
||||||
|
line-height: var(--font-line-height);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background-color: var(--color-background-highlight);
|
background-color: var(--color-background-highlight);
|
||||||
/* color: var(--color-background); */
|
/* color: var(--color-background); */
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user