1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-10 16:04:16 +00:00

feat: login code font change (#851)

Co-authored-by: James18232 <80368042+James18232@users.noreply.github.com>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
James18232
2025-08-20 00:10:57 +10:00
committed by GitHub
parent b04e3e8ecf
commit d28bfac81f
4 changed files with 8 additions and 2 deletions

View File

@@ -132,6 +132,7 @@
/* Font */
--font-playfair: 'Playfair Display', serif;
--font-code: 'Google Sans', sans-serif;
}
@layer base {
@@ -167,6 +168,11 @@
font-weight: 700;
src: url('/fonts/PlayfairDisplay-Bold.woff') format('woff');
}
@font-face {
font-family: 'Google Sans';
font-weight: 600;
src: url('/fonts/GoogleSansCode-SemiBold.ttf') format('truetype');
}
}
@keyframes accordion-down {