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

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"
}