Convert to public sans

pull/1026/head
Vincent 5 years ago
parent 5dc21710b8
commit 01491e9c3f

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.

@ -1248,7 +1248,7 @@
} }
.module-group-notification__contact { .module-group-notification__contact {
font-family: 'Heebo'; font-family: 'Public Sans';
font-weight: bold; font-weight: bold;
} }

@ -22,21 +22,38 @@
font-style: italic; font-style: italic;
} }
// Heebo is an open replacement for 'SF Pro Text' // Public Sans is an open replacement for 'SF Pro Text'
@font-face { @font-face {
font-family: 'Heebo'; font-family: 'Public Sans';
src: url('../fonts/Heebo-Regular.ttf') format('truetype'); src: url('../fonts/PublicSans-Regular.woff') format('woff');
} }
@font-face { @font-face {
font-family: 'Heebo'; font-family: 'Public Sans';
src: url('../fonts/Heebo-Light.ttf') format('truetype'); src: url('../fonts/PublicSans-Italic.woff') format('woff');
font-weight: lighter; font-style: italic;
} }
@font-face { @font-face {
font-family: 'Heebo'; font-family: 'Public Sans';
src: url('../fonts/Heebo-Bold.ttf') format('truetype'); src: url('../fonts/PublicSans-Bold.woff') format('woff');
font-weight: bold; font-weight: bold;
} }
@font-face {
font-family: 'Public Sans';
src: url('../fonts/PublicSans-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Public Sans';
src: url('../fonts/PublicSans-Light.woff') format('woff');
font-weight: lighter;
}
@font-face {
font-family: 'Public Sans';
src: url('../fonts/PublicSans-LightItalic.woff') format('woff');
font-weight: lighter;
font-style: italic;
}
// Karla is an open replacement for 'Wasa' // Karla is an open replacement for 'Wasa'
@font-face { @font-face {
@ -70,7 +87,7 @@
} }
// Session Colors // Session Colors
$session-font-accent: 'Heebo'; $session-font-accent: 'Public Sans';
$session-font-default: 'Karla'; $session-font-default: 'Karla';
$session-color-green: #00f782; $session-color-green: #00f782;

Loading…
Cancel
Save