Skip to content

Commit bf80d75

Browse files
committed
Update font link and variable in head.html and _variables.scss
1 parent f4a8b79 commit bf80d75

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<link rel="icon" href="favicon.ico" type="image/x-icon">
66
<meta name="description" content="">
77
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7055252/6518352/css/fonts.css" />
8+
<link rel="preconnect" href="https://cdn.fonts.net">
9+
<link href="https://cdn.fonts.net/kit/39d0ab8f-c2d6-48ee-8a04-732fec352d95/39d0ab8f-c2d6-48ee-8a04-732fec352d95.css" rel="stylesheet" />
910
<link rel="stylesheet" href="{{ site.baseurl }}/css/styleguide.css">
1011
</head>

_sass/leap/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ $text-size: (
157157
6: 0.875rem
158158
);
159159

160-
$gotham: "Gotham Rounded A", "Gotham Rounded B", "Helvetica", Helvetica, Arial, sans-serif;
160+
$gotham: "GothamRoundedMedium", "Helvetica", Helvetica, Arial, sans-serif;
161161
$bold: 500;
162162

163163

0 commit comments

Comments
 (0)