Skip to content

Commit

Permalink
fixes font
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Feb 9, 2024
1 parent 1da51bd commit 430c81e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/charts/mapGlobals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const ZERO_VALUES = 'zero_values'
export const MISSING_PLACEHOLDER_VALUES = 'missing_data'

export const LEGEND_SYMBOL_TYPE = 'square'
export const LEGEND_TEXT_FONT = 'inter'
export const LEGEND_TEXT_FONT = 'Inter Variable'
export const NO_DATA_MESSAGE = 'no data'
export const EQUAL_DOT_SIZE = 200
export const DEFAULT_LEGEND_COLOR_COUNT = 6
Expand Down
2 changes: 1 addition & 1 deletion frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
fontFamily: {
// Nested quotations are required for font names with spaces
sansTitle: ["'DM Sans Variable'", 'sans-serif'],
sansText: ['Inter', 'sans-serif'],
sansText: ['"Inter Variable"', 'sans-serif'],
roboto: ['Roboto', 'sans-serif'],
robotoCondensed: ["'Roboto Condensed'", 'sans-serif'],
serif: ['Taviraj', 'serif'],
Expand Down

0 comments on commit 430c81e

Please sign in to comment.