mirror of
https://github.com/byReqz/dunes-revived.git
synced 2024-11-23 11:34:54 +00:00
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:
parent
d923391a17
commit
3b234fb9c3
@ -6,6 +6,20 @@
|
|||||||
|
|
||||||
/* stuff added/fixed by me */
|
/* 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-face {
|
||||||
font-family: "SF Pro Display";
|
font-family: "SF Pro Display";
|
||||||
@ -13,6 +27,12 @@
|
|||||||
font-weight: regular;
|
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 {
|
body {
|
||||||
font-family: "SF Pro Display"
|
font-family: "SF Pro Display"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user