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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user