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
1 changed files with 3 additions and 3 deletions

View File

@ -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 {