mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-23 13:05:07 +00:00
fix: remove ambiguous characters from login code
This commit is contained in:
@@ -140,7 +140,6 @@
|
||||
|
||||
/* Font */
|
||||
--font-playfair: 'Playfair Display', serif;
|
||||
--font-code: 'Google Sans', sans-serif;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
@@ -176,11 +175,6 @@
|
||||
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