Skip to content

Commit

Permalink
Updates font to Halyard
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbischoff committed Apr 5, 2024
1 parent 5d62e52 commit 2b98526
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -73,8 +73,8 @@ repository: mattbischoff/website
header:
title: mb bischoff
subtitle: <a href="/about/">mb</a> makes <a href="https://lickability.com">apps</a>,
<a href="/archive/">posts</a>, and <a href="https://absolutelycrushed.com">podcasts</a>.
This is <a href="/under-construction/">under construction</a>.
<a href="/archive/">words</a>, and <a href="https://absolutelycrushed.com">sounds</a>.<br>
Everything is <a href="/under-construction/">under construction</a>.
navigation_links:
- title: Home
url: "/"
Expand Down
8 changes: 1 addition & 7 deletions _includes/head.html
Expand Up @@ -16,22 +16,16 @@
<link
rel="preload"
as="style"
href="https://use.typekit.net/ktb0bft.css"
href="https://use.typekit.net/efu4vcs.css"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link rel="stylesheet" href="https://use.typekit.net/ktb0bft.css"
/></noscript>

<link
rel="preload"
as="style"
href="//cdnjs.cloudflare.com/ajax/libs/cc-icons/1.2.1/css/cc-icons.min.css"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link rel="stylesheet" href="https://use.typekit.net/ktb0bft.css"
/></noscript>

<!-- Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
Expand Down
17 changes: 11 additions & 6 deletions assets/css/screen.scss
Expand Up @@ -3,9 +3,11 @@

/* || Variables */

$max-width: 60ch;
$line-height-body: 1.5;
$font-stack: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
$max-width: 65ch;

$font-size-base: 17px;
$line-height-multiple: 1.5;
$font-stack: "halyard-text-variable", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;

$spacing-xs: 0.25rem; // 4
$spacing-s: 0.5rem; // 8
Expand All @@ -20,17 +22,20 @@ $spacing-xxl: 2.5rem; // 40
box-sizing: border-box;
}

html {
:root {
font-size: $font-size-base;
font-variation-settings: "wght" 370;
line-height: $line-height-multiple;

font-family: $font-stack;
}

body {
margin: 0 auto;
padding: 0 $spacing-xl;

line-height: $line-height-body;
max-width: $max-width;

header {
nav {
display: flex;
Expand Down

0 comments on commit 2b98526

Please sign in to comment.