Use custom font (#2343)

This PR adds our custom version of Shantell Sans. Not sure if we need to
keep the old file around for backwards compat?

### Change Type

- [x] `major` 

### Release Notes

- Add a brief release note for your PR here.

---------

Co-authored-by: huppy-bot[bot] <128400622+huppy-bot[bot]@users.noreply.github.com>
This commit is contained in:
David Sheldrick 2023-12-19 14:17:45 +00:00 committed by GitHub
parent 2a026504fe
commit 55f95bb666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,7 @@ const FONT_MAPPING: Record<string, string> = {
'IBMPlexMono-Medium': 'monospace',
'IBMPlexSerif-Medium': 'serif',
'IBMPlexSans-Medium': 'sansSerif',
'Shantell_Sans-Normal-SemiBold': 'draw',
'Shantell_Sans-Tldrawish': 'draw',
}
const ASSETS_FOLDER_PATH = join(BUBLIC_ROOT, 'assets')