-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): switch to B612 font for better readability
- Loading branch information
Daniel Aschwanden
committed
Jan 25, 2024
1 parent
8fe437c
commit ca2f76b
Showing
15 changed files
with
70 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* b612-mono-bold-italic */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local("B612 Mono Bold Italic"), local("B612Mono-BoldItalic"), url(b612-mono-bold-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-mono-bold */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("B612 Mono Bold"), local("B612Mono-Bold"), url(b612-mono-bold.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-mono-regular */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("B612 Mono Regular"), local("B612Mono-Regular"), url(b612-mono-regular.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-mono-italic */ | ||
@font-face { | ||
font-family: B612 Mono; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local("B612 Mono Italic"), local("B612Mono-Italic"), url(b612-mono-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* b612-italic */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: local("B612 Italic"), local("B612-Italic"), url(b612-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-regular */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("B612 Regular"), local("B612-Regular"), url(b612-regular.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-bold-italic */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: italic; | ||
font-weight: 700; | ||
src: local("B612 Bold Italic"), local("B612-BoldItalic"), url(b612-bold-italic.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
/* b612-bold */ | ||
@font-face { | ||
font-family: B612; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: local("B612 Bold"), local("B612-Bold"), url(b612-bold.woff2) format("woff2"); | ||
font-display: auto; | ||
} | ||
|
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.