mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 01:11:46 +03:00
feat(web): new fonts (#5165)
* feat(web): new fonts * remove old fonts and make default font size larger * fine tunning
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
web/src/lib/assets/fonts/overpass/Overpass-Italic.ttf
Normal file
BIN
web/src/lib/assets/fonts/overpass/Overpass-Italic.ttf
Normal file
Binary file not shown.
BIN
web/src/lib/assets/fonts/overpass/Overpass.ttf
Normal file
BIN
web/src/lib/assets/fonts/overpass/Overpass.ttf
Normal file
Binary file not shown.
BIN
web/src/lib/assets/fonts/overpass/OverpassMono.ttf
Normal file
BIN
web/src/lib/assets/fonts/overpass/OverpassMono.ttf
Normal file
Binary file not shown.
@@ -134,7 +134,7 @@
|
||||
{#if segment.hasLabel}
|
||||
<div
|
||||
aria-label={segment.timeGroup + ' ' + segment.count}
|
||||
class="absolute right-0 bottom-0 z-10 pr-5 text-xs font-medium dark:text-immich-dark-fg font-mono"
|
||||
class="absolute right-0 bottom-0 z-10 pr-5 text-xs dark:text-immich-dark-fg font-immich-mono font-semibold"
|
||||
>
|
||||
{segment.date.year}
|
||||
</div>
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
<p class="text-immich-fg dark:text-immich-dark-fg">
|
||||
{partner.user.name}
|
||||
</p>
|
||||
<p class="text-xs text-immich-fg/75 dark:text-immich-dark-fg/75">
|
||||
<p class="text-sm text-immich-fg/75 dark:text-immich-dark-fg/75">
|
||||
{partner.user.email}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user