Change the default font

This commit is contained in:
2026-08-08 21:06:24 -04:00
parent af843da6fd
commit d0c0ead8e9
2 changed files with 24 additions and 20 deletions

View File

@@ -4,14 +4,15 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script defer src="https://sassy-fulmar.pikapod.net/script.js" data-website-id="479f6086-eaaf-46c8-a365-78a53a066682"></script>
<script defer src="https://sassy-fulmar.pikapod.net/script.js"
data-website-id="479f6086-eaaf-46c8-a365-78a53a066682"></script>
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
<link rel="shortcut icon" href="/assets/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Brendan Chen" />
<link rel="manifest" href="/assets/site.webmanifest" />
<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96"/>
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg"/>
<link rel="shortcut icon" href="/assets/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png"/>
<meta name="apple-mobile-web-app-title" content="Brendan Chen"/>
<link rel="manifest" href="/assets/site.webmanifest"/>
<link rel="stylesheet" href="/assets/css/global.css">
<meta name="theme-color" content="#f4f4f4">
@@ -19,16 +20,19 @@
<title>{{ page.title }}</title>
</head>
<body>
<header>
{% include navigation.html %}
</header>
<main>
{{ content }}
</main>
<footer>
copyright 2025 Brendan Chen |
<header>
{% include navigation.html %}
</header>
<main>
{{ content }}
</main>
<footer>
<p>
<!-- see https://stackoverflow.com/questions/12464656/get-todays-date-in-jekyll-with-liquid-markup -->
copyright {{ site.time | date: '%Y' }} Brendan Chen |
<a target="_blank" href="https://github.com/brendan-ch">GitHub</a> |
<a target="_blank" href="https://linkedin.com/in/brendan-ch">LinkedIn</a> | e: me [at] bchen.dev
</footer>
</p>
</footer>
</body>
</html>

View File

@@ -9,7 +9,7 @@ html {
}
body {
font-family: 'FormaDJRText', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
color: var(--color-primary-1);
display: flex;
@@ -48,8 +48,8 @@ p,
a,
ul,
ol {
letter-spacing: 0.2px;
line-height: 24px;
line-height: 32px;
font-size: 18px;
}
h1,
@@ -60,7 +60,7 @@ h5,
h6 {
margin-top: 2em;
margin-bottom: 0.5em;
font-family: 'FormaDJRDisplay', sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Ubuntu, sans-serif;
}
h1 {