Update website fonts (#3662)

* Add nunito and nunito sans to /fonts, remove google font tags (for nunito only),

* update layouts
This commit is contained in:
eashaw 2022-01-12 19:42:40 -06:00 committed by GitHub
parent e64f1a63ba
commit 766ccb8d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 55 additions and 2 deletions

View file

@ -0,0 +1,53 @@
@font-face{
font-family:'Nunito Sans';
src:url('/fonts/nunito-sans/Nunito-Sans-Regular-Italic.eot') format('embedded-opentype'),
url('/fonts/nunito-sans/Nunito-Sans-Regular-Italic.woff') format('woff'),
url('/fonts/nunito-sans/Nunito-Sans-Regular-Italic.tff') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face{
font-family:'Nunito Sans';
src:url('/fonts/nunito-sans/Nunito-Sans-Regular.eot') format('embedded-opentype'),
url('/fonts/nunito-sans/Nunito-Sans-Regular.woff') format('woff'),
url('/fonts/nunito-sans/Nunito-Sans-Regular.tff') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face{
font-family:'Nunito Sans';
src:url('/fonts/nunito-sans/Nunito-Sans-Bold.eot') format('embedded-opentype'),
url('/fonts/nunito-sans/Nunito-Sans-Bold.woff') format('woff'),
url('/fonts/nunito-sans/Nunito-Sans-Bold.tff') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face{
font-family:'Nunito';
src:url('/fonts/nunito/Nunito-Italic.eot') format('embedded-opentype'),
url('/fonts/nunito/Nunito-Italic.woff') format('woff'),
url('/fonts/nunito/Nunito-Italic.ttf') format('truetype');
font-weight: 400;
font-style: italic;
}
@font-face{
font-family:'Nunito';
src:url('/fonts/nunito/Nunito-Regular.eot') format('embedded-opentype'),
url('/fonts/nunito/Nunito-Regular.woff') format('woff'),
url('/fonts/nunito/Nunito-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face{
font-family:'Nunito';
src:url('/fonts/nunito/Nunito-Bold.eot') format('embedded-opentype'),
url('/fonts/nunito/Nunito-Bold.woff') format('woff'),
url('/fonts/nunito/Nunito-Bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -22,7 +22,6 @@
rule. (Include them up here along with any hard-coded «link» tags for Typekit,
Google Fonts, etc. - above the «body» to prevent the page flickering when fonts
load.) */ %>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900&family=Nunito:wght@300;400;500;600;700;800;900&display=swap&Source+Code+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<% /* Certain scripts, normally analytics tools like Google Tag Manager and
Google Analytics, should only be included in production: */
@ -59,6 +58,7 @@
<!--STYLES-->
<link rel="stylesheet" href="/dependencies/bootstrap-4/bootstrap-4.css">
<link rel="stylesheet" href="/dependencies/fontawesome.css">
<link rel="stylesheet" href="/dependencies/nunito-webfonts.css">
<link rel="stylesheet" href="/styles/importer.css">
<!--STYLES END-->
</head>

View file

@ -22,7 +22,6 @@
rule. (Include them up here along with any hard-coded «link» tags for Typekit,
Google Fonts, etc. - above the «body» to prevent the page flickering when fonts
load.) */ %>
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900&family=Nunito:wght@300;400;500;600;700;800;900&display=swap&Source+Code+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap" rel="stylesheet">
<% /* Certain scripts, normally analytics tools like Google Tag Manager and
Google Analytics, should only be included in production: */
@ -59,6 +58,7 @@
<!--STYLES-->
<link rel="stylesheet" href="/dependencies/bootstrap-4/bootstrap-4.css">
<link rel="stylesheet" href="/dependencies/fontawesome.css">
<link rel="stylesheet" href="/dependencies/nunito-webfonts.css">
<link rel="stylesheet" href="/styles/importer.css">
<!--STYLES END-->
</head>