diff --git a/apps/web/src/routes/_view/brand.tsx b/apps/web/src/routes/_view/brand.tsx index 675d4569c9..e53657da2a 100644 --- a/apps/web/src/routes/_view/brand.tsx +++ b/apps/web/src/routes/_view/brand.tsx @@ -83,7 +83,7 @@ const TYPOGRAPHY = [ { id: "display-font", name: "Lora", - fontFamily: "Lora, serif", + fontFamily: "Lora", description: "Lora is our display typeface for headlines and featured text. Adds elegance and personality.", preview: "The quick brown fox jumps over the lazy dog", @@ -350,7 +350,12 @@ function TypographyGrid({ > Aa -
{font.name}
+
+ {font.name} +
))} @@ -439,7 +444,7 @@ function MobileSidebarDrawer({ initial={{ x: "-100%" }} animate={{ x: 0 }} exit={{ x: "-100%" }} - transition={{ type: "spring", damping: 25, stiffness: 300 }} + transition={{ type: "tween", duration: 0.2, ease: "easeOut" }} >
@@ -620,10 +625,16 @@ function TypographySidebar({ Aa
-

+

{font.name}

-

+

{font.fontFamily}