This theme requires Google's Open Sans fonts https://fonts.google.com/specimen/Open+Sans to work properly.
1 |
1 2 3 4 5 | library(ggplot2)
ggplot(tibble(x = 1:30, y = rnorm(30))) +
geom_line(aes(x = x, y = y)) +
theme_playax()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.