Skip to content

Commit

Permalink
Merge pull request #46 from treehouse/TH-use-monotype-for-fonts
Browse files Browse the repository at this point in the history
TH: Use monotype for fonts
  • Loading branch information
yaroslav-mo authored Sep 2, 2024
2 parents f4a8b79 + 1b788ce commit e3043d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7055252/6518352/css/fonts.css" />
<link rel="preconnect" href="https://cdn.fonts.net">
<link href="https://cdn.fonts.net/kit/39d0ab8f-c2d6-48ee-8a04-732fec352d95/39d0ab8f-c2d6-48ee-8a04-732fec352d95.css" rel="stylesheet" />
<link rel="stylesheet" href="{{ site.baseurl }}/css/styleguide.css">
</head>
2 changes: 1 addition & 1 deletion _sass/leap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ $text-size: (
6: 0.875rem
);

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


Expand Down
4 changes: 2 additions & 2 deletions css/leap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/leap.min.css

Large diffs are not rendered by default.

0 comments on commit e3043d9

Please sign in to comment.