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:
+53
@@ -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.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
-1
@@ -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>
|
||||
|
||||
Vendored
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user