1
0
Fork 0
forked from ari/ari-express

Merge pull request 'Optimise your thicc ahh font' (#2) from aria/ari-express:font-replacement into main

Reviewed-on: ari/ari-express#2
Reviewed-by: Ariadna <ariadna@hey.com>
This commit is contained in:
Ariadna 2025-06-01 06:55:52 +00:00
commit c59fd4d9b6
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View file

@ -15,7 +15,11 @@
}
@font-face {
font-family: 'ShureTechMono Nerd Font';
src: url(/assets/ShureTechMonoNerdFont-Regular.ttf);
src:
local("Share Tech Mono"),
local("ShureTechMono Nerd Font"),
url(/assets/ShareTechMono-Regular.ttf),
url(/assets/ShureTechMonoNerdFont-Regular.ttf);
}
body {
font-family: 'ShureTechMono Nerd Font', monospace;