From d923391a17ca8d62e641234f5e6e97000c3940ed Mon Sep 17 00:00:00 2001 From: Nils <32552517+byReqz@users.noreply.github.com> Date: Tue, 28 Jul 2020 03:10:29 +0200 Subject: [PATCH] font change to sf pro as a more fitting choice --- dunesrevived.theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dunesrevived.theme.css b/dunesrevived.theme.css index 13b975e..c51dc8d 100644 --- a/dunesrevived.theme.css +++ b/dunesrevived.theme.css @@ -8,13 +8,13 @@ @font-face { - font-family: "Roboto Condensed"; - src: url(https://github.com/byReqz/dunes-revived/blob/master/roboto-condensed.ttf); + font-family: "SF Pro Display"; + src: url(https://github.com/byReqz/dunes-revived/blob/master/SFProDisplay-Regular.ttf); font-weight: regular; } body { - font-family: "Roboto Condensed" + font-family: "SF Pro Display" } .theme-dark .container-1D34oG {