Change the default font
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<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"/>
|
||||
@@ -26,9 +27,12 @@
|
||||
{{ content }}
|
||||
</main>
|
||||
<footer>
|
||||
copyright 2025 Brendan Chen |
|
||||
<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
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user