Skip to content

Commit e3043d9

Browse files
authored
Merge pull request #46 from treehouse/TH-use-monotype-for-fonts
TH: Use monotype for fonts
2 parents f4a8b79 + 1b788ce commit e3043d9

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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

css/leap.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/leap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)