Removed custom fonts

This commit is contained in:
Yan Lin 2025-06-09 09:13:34 +02:00
parent 0f4437d78c
commit 1f6393cef9
34 changed files with 37 additions and 482 deletions

89
dist/index.css vendored
View file

@ -1,78 +1,6 @@
/* Font declarations */
@font-face {
font-family: 'Lato';
src: url('/fonts/Lato/Lato-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Lato';
src: url('/fonts/Lato/Lato-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Domine';
src: url('/fonts/Domine/static/Domine-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Domine';
src: url('/fonts/Domine/static/Domine-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Abril Fatface';
src: url('/fonts/Abril_Fatface/AbrilFatface-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Georgia';
src: url('/fonts/georgia/georgia.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Georgia';
src: url('/fonts/georgia/georgiab.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Georgia';
src: url('/fonts/georgia/georgiai.ttf') format('truetype');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Georgia';
src: url('/fonts/georgia/georgiaz.ttf') format('truetype');
font-weight: bold;
font-style: italic;
font-display: swap;
}
:root {
--main-font-family: Georgia, "Times New Roman", serif;
--link-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
/* Light mode variables */
--background-color: #fff;
@ -166,7 +94,7 @@ main.container {
}
.link {
font-family: 'Lato', monospace;
font-family: var(--link-font-family);
color: var(--link-color);
}
@ -174,14 +102,6 @@ main.container {
color: var(--link-hover-color);
}
.blog-link {
color: var(--text-color);
}
.blog-link:hover {
color: var(--link-hover-color);
}
.section {
margin-top: 2rem;
margin-bottom: 2rem;
@ -217,11 +137,6 @@ main.container {
color: var(--secondary-text);
}
.blog-title {
font-family: 'Domine', serif;
font-weight: 700;
}
blockquote {
border-left: 4px solid var(--border-color);
margin: 1.5em 0;