mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
fix(web): weird Overpass font height (#8458)
This commit is contained in:
parent
8edc2fb46f
commit
e5d9372708
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
||||||
src: url('$lib/assets/fonts/overpass/Overpass.ttf') format('truetype-variations');
|
src: url('$lib/assets/fonts/overpass/Overpass.ttf') format('truetype-variations');
|
||||||
font-weight: 1 999;
|
font-weight: 1 999;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
ascent-override: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -36,6 +37,7 @@
|
||||||
src: url('$lib/assets/fonts/overpass/OverpassMono.ttf') format('truetype-variations');
|
src: url('$lib/assets/fonts/overpass/OverpassMono.ttf') format('truetype-variations');
|
||||||
font-weight: 1 999;
|
font-weight: 1 999;
|
||||||
font-style: monospace;
|
font-style: monospace;
|
||||||
|
ascent-override: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
Loading…
Reference in a new issue