Skip to content

Commit

Permalink
Load fonts from assets subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
LkeMitchll committed Mar 10, 2024
1 parent bf7c56f commit 218a76f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/_includes/css/base/fonts.css
Expand Up @@ -3,37 +3,37 @@
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("https://ucarecdn.com/fa828698-ecd3-43a4-ae60-a147f48388e5/BlancoRegular.woff2") format("woff2");
src: url("https://assets.interroban.gg/Blanco-Regular.woff2") format("woff2");
}

@font-face {
font-family: Blanco;
font-weight: 400;
font-style: italic;
font-display: swap;
src: url("https://ucarecdn.com/5627214f-7bee-4537-80ff-22d9c32599d2/BlancoItalic.woff2") format("woff2");
src: url("https://assets.interroban.gg/Blanco-Italic.woff2") format("woff2");
}

@font-face {
font-family: Blanco;
font-weight: 600;
font-style: normal;
font-display: swap;
src: url("https://ucarecdn.com/2931494c-0c2f-4e7a-9823-21541da593fd/BlancoMedium.woff2") format("woff2");
src: url("https://assets.interroban.gg/Blanco-Medium.woff2") format("woff2");
}

@font-face {
font-family: Pitch;
font-weight: 600;
font-style: normal;
font-display: swap;
src: url("https://ucarecdn.com/30af9f84-8db7-46f4-accd-4f5897bf15d8/pitchwebsemibold.woff2") format("woff2");
src: url("https://assets.interroban.gg/pitch-web-semibold.woff2") format("woff2");
}

@font-face {
font-family: Signifier;
font-weight: 400;
font-style: normal;
font-display: swap;
src: url("https://ucarecdn.com/dcba6d86-2dc9-4ea8-855e-e23a652d3dfd/signifierweblight.woff2") format("woff2");
src: url("https://assets.interroban.gg/signifier-web-light.woff2") format("woff2");
}
1 change: 1 addition & 0 deletions src/_includes/layouts/default.njk
Expand Up @@ -27,6 +27,7 @@ description: "Personal site, blog, and portfolio of Luke Mitchell, a design dire
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👋</text></svg>">

<link rel="preconnect" href="https://ucarecdn.com" />
<link rel="preconnect" href="https://assets.interroban.gg" />
<link rel="preconnect" href="https://dr.savee-cdn.com" />
<link rel="preconnect" href="https://a.ltrbxd.com" />

Expand Down

0 comments on commit 218a76f

Please sign in to comment.