Skip to content

Commit 2b98526

Browse files
committed
Updates font to Halyard
1 parent 5d62e52 commit 2b98526

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ repository: mattbischoff/website
7373
header:
7474
title: mb bischoff
7575
subtitle: <a href="/about/">mb</a> makes <a href="https://lickability.com">apps</a>,
76-
<a href="/archive/">posts</a>, and <a href="https://absolutelycrushed.com">podcasts</a>.
77-
This is <a href="/under-construction/">under construction</a>.
76+
<a href="/archive/">words</a>, and <a href="https://absolutelycrushed.com">sounds</a>.<br>
77+
Everything is <a href="/under-construction/">under construction</a>.
7878
navigation_links:
7979
- title: Home
8080
url: "/"

_includes/head.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,16 @@
1616
<link
1717
rel="preload"
1818
as="style"
19-
href="https://use.typekit.net/ktb0bft.css"
19+
href="https://use.typekit.net/efu4vcs.css"
2020
onload="this.onload=null;this.rel='stylesheet'"
2121
/>
22-
<noscript
23-
><link rel="stylesheet" href="https://use.typekit.net/ktb0bft.css"
24-
/></noscript>
2522

2623
<link
2724
rel="preload"
2825
as="style"
2926
href="//cdnjs.cloudflare.com/ajax/libs/cc-icons/1.2.1/css/cc-icons.min.css"
3027
onload="this.onload=null;this.rel='stylesheet'"
3128
/>
32-
<noscript
33-
><link rel="stylesheet" href="https://use.typekit.net/ktb0bft.css"
34-
/></noscript>
3529

3630
<!-- Icons -->
3731
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />

assets/css/screen.scss

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33

44
/* || Variables */
55

6-
$max-width: 60ch;
7-
$line-height-body: 1.5;
8-
$font-stack: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
6+
$max-width: 65ch;
7+
8+
$font-size-base: 17px;
9+
$line-height-multiple: 1.5;
10+
$font-stack: "halyard-text-variable", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
911

1012
$spacing-xs: 0.25rem; // 4
1113
$spacing-s: 0.5rem; // 8
@@ -20,17 +22,20 @@ $spacing-xxl: 2.5rem; // 40
2022
box-sizing: border-box;
2123
}
2224

23-
html {
25+
:root {
26+
font-size: $font-size-base;
27+
font-variation-settings: "wght" 370;
28+
line-height: $line-height-multiple;
29+
2430
font-family: $font-stack;
2531
}
2632

2733
body {
2834
margin: 0 auto;
2935
padding: 0 $spacing-xl;
3036

31-
line-height: $line-height-body;
3237
max-width: $max-width;
33-
38+
3439
header {
3540
nav {
3641
display: flex;

0 commit comments

Comments
 (0)