Removed Nunito font (#3692)
* Removed Nunito font We currently only use Nunito Sans as the Fleet typeface. These two references to Nunito were an error on my part in the design files. Removed: • Nunito font family Changed: • Nunito references to use Nunito Sans * Replace Nunito with Nunito Sans Co-authored-by: eashaw <caglc@live.com>
This commit is contained in:
-26
@@ -31,31 +31,5 @@
|
||||
font-weight: 800;
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
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.
@@ -295,7 +295,7 @@
|
||||
[purpose='docs-nav-button'] {
|
||||
color: @core-fleet-black;
|
||||
background-color: transparent;
|
||||
font-family: 'Nunito';
|
||||
font-family: 'Nunito Sans';
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-family: Nunito;
|
||||
font-family: Nunito Sans;
|
||||
font-size: 24px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-family: 'Nunito';
|
||||
font-family: 'Nunito Sans';
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
word-wrap: break-word;
|
||||
|
||||
+2
-2
@@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
font-family: Nunito;
|
||||
font-family: Nunito Sans;
|
||||
color: @core-vibrant-blue;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
@@ -78,7 +78,7 @@
|
||||
.filters {
|
||||
height: 54px;
|
||||
p {
|
||||
font-family: Nunito;
|
||||
font-family: Nunito Sans;
|
||||
font-size: 16px;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<% /* Default layout for email templates */ %>
|
||||
<div style="width: 100%; font-family: 'Nunito', sans-serif; box-sizing: border-box; padding-bottom: 25px; margin: 0;">
|
||||
<div style="width: 100%; font-family: 'Nunito Sans', sans-serif; box-sizing: border-box; padding-bottom: 25px; margin: 0;">
|
||||
<div style="color: #000; font-size: 16px; box-sizing: border-box; padding: 25px; width: 100%; max-width: 600px; margin-left: auto; margin-right: auto;">
|
||||
<div style="background: transparent; text-align: left;">
|
||||
<a href="https://fleetdm.com"><img style="display: inline-block; width: 162px; height: 92px; width: auto;" alt="Logo" src="https://fleetdm.com/images/logo-blue-162x92@2x.png"/></a>
|
||||
|
||||
Reference in New Issue
Block a user