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.fontFamily}