mirror of
https://github.com/immich-app/immich.git
synced 2025-05-30 19:54:52 -04:00
chore(web): remove font-size of 17px (#11657)
This commit is contained in:
parent
96481aae5d
commit
11f41099c3
@ -29,7 +29,8 @@
|
|||||||
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%;
|
ascent-override: 106.25%;
|
||||||
|
size-adjust: 106.25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -37,7 +38,8 @@
|
|||||||
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%;
|
ascent-override: 106.25%;
|
||||||
|
size-adjust: 106.25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
@ -57,7 +59,6 @@
|
|||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 17px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html::-webkit-scrollbar {
|
html::-webkit-scrollbar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user