mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: fallback fonts
This commit is contained in:
@@ -270,7 +270,7 @@
|
||||
}
|
||||
|
||||
.tag-line {
|
||||
font-family: 'Aeonik Pro';
|
||||
font-family: 'Aeonik Pro', 'Inter', sans-serif;
|
||||
font-size: 4rem;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
|
||||
@@ -259,7 +259,7 @@
|
||||
}
|
||||
|
||||
.is-cloud {
|
||||
--heading-font: 'Aeonik Pro', arial, sans-serif;
|
||||
--heading-font: 'Aeonik Pro', 'Inter', sans-serif;
|
||||
.heading-level {
|
||||
@media #{devices.$break3open} {
|
||||
&-1,
|
||||
|
||||
Reference in New Issue
Block a user