Fixed default font and highcontrast font
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
66d472501f
commit
627df8f247
3 changed files with 15 additions and 2 deletions
|
@ -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;
|
||||
}
|
|
@ -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);
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"shippedApps": [
|
||||
"accessibility",
|
||||
"activity",
|
||||
"admin_audit",
|
||||
"comments",
|
||||
|
|
Loading…
Reference in a new issue