activity and role font changed to sf pro text

activity and role font changed to sf pro text to have better spacing on low dpi screens
This commit is contained in:
Nils 2020-08-01 15:17:01 +00:00 committed by GitHub
parent d923391a17
commit 3b234fb9c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 1 deletions

View File

@ -6,6 +6,20 @@
/* stuff added/fixed by me */
.membersWrap-2h-GB4 {
font-family: "SF Pro Display";
font-weight: regular;
}
.activityText-yGKsKm {
font-family: "SF Pro Text";
font-weight: regular;
}
.bodyInnerWrapper-Z8WDxe {
font-family: "SF Pro Text";
font-weight: regular;
}
@font-face {
font-family: "SF Pro Display";
@ -13,6 +27,12 @@
font-weight: regular;
}
@font-face {
font-family: "SF Pro Text";
src: url(https://github.com/byReqz/dunes-revived/blob/master/SFProText-Regular.ttf);
font-weight: regular;
}
body {
font-family: "SF Pro Display"
}
@ -757,4 +777,4 @@ a {
--mainColor: #2e3e6b;
--mainDarker: #202b4a;
--links: #5f4f7d;
}
}