monkeytype/frontend
JN03 98ca811989
feat(font): add Kanit and Sarabun (@jnx03) (#6500)
### Description

<!-- Please describe the change(s) made in your PR -->

- Imported `Kanit-Regular.woff2` and `Sarabun-Bold.woff` into the
project’s webfonts directory.
- Updated `frontend/static/fonts/_list.json` to register the new fonts
under “availableFonts.”
- Modified `frontend/src/styles/fonts.scss` to include `@font-face`
declarations for both Kanit Regular and Sarabun Bold, with appropriate
`font-family`, `font-weight`, and `font-style` settings.

---

### 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 it’s a language, did you edit `_list.json`, `_groups.json` and
add `languages.json`?
  - [ ] If it’s 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!
- [ ] 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.

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-05-07 15:42:18 +02:00
..
__tests__ refactor: move languages to contracts (@fehmer) (#6497) 2025-05-07 14:02:27 +02:00
docker fix: local development using docker not working with pnpm (@fehmer) (#6401) 2025-03-26 13:11:02 +01:00
scripts refactor: move languages to contracts (@fehmer) (#6497) 2025-05-07 14:02:27 +02:00
src feat(font): add Kanit and Sarabun (@jnx03) (#6500) 2025-05-07 15:42:18 +02:00
static feat(font): add Kanit and Sarabun (@jnx03) (#6500) 2025-05-07 15:42:18 +02:00
.eslintrc.cjs
.firebaserc_example
.oxlintrc.json refactor: enable ban-ts-comment rule 2025-04-16 19:15:30 +02:00
firebase.json chore: output version to version.json 2024-07-26 18:17:08 +02:00
gulpfile.js chore: add oxlint (@miodec) (#6455) 2025-04-16 17:18:50 +02:00
knip.json
package.json build(deps-dev): bump vite from 6.3.0 to 6.3.4 in /frontend (#6510) 2025-05-02 19:50:40 +02:00
tsconfig.json refactor: remove global type namespaces (@miodec) (#5907) 2024-09-23 15:34:16 +02:00
vite.config.dev.js chore: add oxlint (@miodec) (#6455) 2025-04-16 17:18:50 +02:00
vite.config.js chore: add sentry 2025-04-29 17:36:23 +02:00
vite.config.prod.js chore: try to use auto commit detection again 2025-05-03 12:02:51 +02:00
vitest.config.js refactor: move funboxes to a shared package (@miodec) (#6063) 2024-12-04 16:11:07 +01:00