Browse Source

ref(theme): Use single quotes for font names (#44676)

Evan Purkhiser 2 years ago
parent
commit
3781d84471
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/app/utils/theme.tsx

+ 2 - 2
static/app/utils/theme.tsx

@@ -777,8 +777,8 @@ const commonTheme = {
   },
 
   text: {
-    family: '"Rubik", "Avenir Next", sans-serif',
-    familyMono: '"Roboto Mono", Monaco, Consolas, "Courier New", monospace',
+    family: "'Rubik', 'Avenir Next', sans-serif",
+    familyMono: "'Roboto Mono', Monaco, Consolas, 'Courier New', monospace",
     lineHeightHeading: 1.2,
     lineHeightBody: 1.4,
     pageTitle: {