Skip to content

Commit fec3e31

Browse files
authored
feat(font): add Geist and Geist Mono (@extoci) (monkeytypegame#6379)
### Description <!-- Please describe the change(s) made in your PR --> ### Checks - [ ] Adding quotes? - [ ] Make sure to include translations for the quotes in the description (or another comment) so we can verify their content. - [ ] Adding a language or a theme? - [ ] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? - [ ] If is a theme, did you add the theme.css? - Also please add a screenshot of the theme, it would be extra awesome if you do so! - [X] Check if any open issues are related to this PR; if so, be sure to tag them below. - [X] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [X] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. <!-- label(optional scope): pull request title (@your_github_username) --> <!-- I know I know they seem boring but please do them, they help us and you will find out it also helps you.--> Closes # <!-- the issue(s) your PR resolves if any (delete if that is not the case) --> <!-- please also reference any issues and or PRs related to your pull request --> <!-- Also remove it if you are not following any issues. --> <!-- pro tip: you can mention an issue, PR, or discussion on GitHub by referencing its hash number e.g: [monkeytypegame#1234](monkeytypegame#1234) --> <!-- pro tip: you can press . (dot or period) in the code tab of any GitHub repo to get access to GitHub's VS Code web editor Enjoy! :) --> Co-authored-by: Extoci <[email protected]>
1 parent 6686834 commit fec3e31

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

frontend/src/styles/fonts.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ $fonts: (
9595
"Parkinsans": (
9696
"src": "Parkinsans-Regular",
9797
),
98+
"Geist": (
99+
"src": "Geist-Medium",
100+
),
101+
"Geist Mono": (
102+
"src": "GeistMono-Medium",
103+
),
98104
);
99105

100106
$font-defauls: (

frontend/static/fonts/_list.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,11 @@
102102
},
103103
{
104104
"name": "Parkinsans"
105+
},
106+
{
107+
"name": "Geist"
108+
},
109+
{
110+
"name": "Geist Mono"
105111
}
106112
]
41.1 KB
Binary file not shown.
43.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)