Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -11,7 +11,7 @@ library(gridExtra)
|
|
| 11 |
library(gtable)
|
| 12 |
library(httr)
|
| 13 |
|
| 14 |
-
showtext_opts(dpi =
|
| 15 |
showtext_auto(enable = TRUE)
|
| 16 |
font_add_google("Roboto Condensed", "roboto")
|
| 17 |
|
|
|
|
| 11 |
library(gtable)
|
| 12 |
library(httr)
|
| 13 |
|
| 14 |
+
showtext_opts(dpi = 96) # Match plot DPI
|
| 15 |
showtext_auto(enable = TRUE)
|
| 16 |
font_add_google("Roboto Condensed", "roboto")
|
| 17 |
|