Fixed default font and highcontrast font

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-21 10:15:37 +02:00
parent 66d472501f
commit 627df8f247
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
3 changed files with 15 additions and 2 deletions

View File

@ -6,10 +6,19 @@
url('../../../core/fonts/OpenSans-Regular.woff') format('woff');
}
/* overriding default light */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-weight: 300;
src: local('Open Sans'), local('OpenSans'),
url('../../../core/fonts/OpenSans-Regular.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
url('../../../core/fonts/OpenSans-Semibold.woff') format('woff');
}
@ -22,3 +31,6 @@
}
$font-face: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif;
body {
font-weight: 400;
}

View File

@ -84,7 +84,7 @@ ul {
body {
background-color: var(--color-main-background);
font-weight: 400;
font-weight: 300;
font-size: .8em;
line-height: 1.6em;
font-family: var(--font-face);

View File

@ -1,5 +1,6 @@
{
"shippedApps": [
"accessibility",
"activity",
"admin_audit",
"comments",