From 3b234fb9c3ebf28a59b1e813dd2f9c1694f10aa1 Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Sat, 1 Aug 2020 15:17:01 +0000 Subject: [PATCH] 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 --- dunesrevived.theme.css | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/dunesrevived.theme.css b/dunesrevived.theme.css index c51dc8d..74f0682 100644 --- a/dunesrevived.theme.css +++ b/dunesrevived.theme.css @@ -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; -} \ No newline at end of file +}