font change to sf pro as a more fitting choice

This commit is contained in:
Nils 2020-07-28 03:10:29 +02:00 committed by GitHub
parent 5c53826d32
commit d923391a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
@font-face { @font-face {
font-family: "Roboto Condensed"; font-family: "SF Pro Display";
src: url(https://github.com/byReqz/dunes-revived/blob/master/roboto-condensed.ttf); src: url(https://github.com/byReqz/dunes-revived/blob/master/SFProDisplay-Regular.ttf);
font-weight: regular; font-weight: regular;
} }
body { body {
font-family: "Roboto Condensed" font-family: "SF Pro Display"
} }
.theme-dark .container-1D34oG { .theme-dark .container-1D34oG {