1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

fix(web): weird Overpass font height (#8458)

This commit is contained in:
Alex 2024-04-02 00:13:45 -05:00 committed by GitHub
parent 8edc2fb46f
commit e5d9372708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
src: url('$lib/assets/fonts/overpass/Overpass.ttf') format('truetype-variations');
font-weight: 1 999;
font-style: normal;
ascent-override: 100%;
}
@font-face {
@ -36,6 +37,7 @@
src: url('$lib/assets/fonts/overpass/OverpassMono.ttf') format('truetype-variations');
font-weight: 1 999;
font-style: monospace;
ascent-override: 100%;
}
@font-face {