cjerzak commited on
Commit
ecc7edf
·
verified ·
1 Parent(s): fe6aafe

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -205,7 +205,7 @@ server <- function(input, output, session) {
205
  scale_fill_viridis_c(option = "D", na.value = "white") +
206
  coord_sf(expand = FALSE) +
207
  # Use a generic base_family to avoid font errors
208
- theme_void(base_size = 14, base_family = "sans") +
209
  labs(
210
  fill = paste(index_col, "Index"),
211
  title = "Country Representation Rankings",
 
205
  scale_fill_viridis_c(option = "D", na.value = "white") +
206
  coord_sf(expand = FALSE) +
207
  # Use a generic base_family to avoid font errors
208
+ theme_void(base_size = 14, base_family = "Courier New") +
209
  labs(
210
  fill = paste(index_col, "Index"),
211
  title = "Country Representation Rankings",