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:
Mike Thomas 2022-01-18 02:20:18 +09:00 committed by GitHub
parent 3b6bcc173d
commit 1cab8f4c74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 6 additions and 32 deletions

View File

@ -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;
}

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

@ -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;

View File

@ -6,7 +6,7 @@
}
h6 {
font-family: Nunito;
font-family: Nunito Sans;
font-size: 24px;
line-height: 36px;
}

View File

@ -7,7 +7,7 @@
}
h6 {
font-family: 'Nunito';
font-family: 'Nunito Sans';
font-size: 16px;
line-height: 25px;
word-wrap: break-word;

View File

@ -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;
}

View File

@ -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>