Skip to content

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
wjschne committed Dec 1, 2024
1 parent f40d4cd commit 9a8227e
Show file tree
Hide file tree
Showing 358 changed files with 15,055 additions and 979 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
.DS_Store
.quarto
inst/doc

4 changes: 2 additions & 2 deletions R/labels.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ ob_label <- new_class(
angle = numeric(0),
alpha = numeric(0),
color = character(0),
family = "sans",
family = character(0),
fill = character(0),
fontface = character(0),
hjust = numeric(0),
Expand Down Expand Up @@ -484,7 +484,7 @@ method(get_tibble_defaults, ob_label) <- function(x) {
alpha = replace_na(ggtext::GeomRichText$default_aes$alpha, 1),
color = replace_na(ggtext::GeomRichText$default_aes$colour, "black"),
angle = replace_na(ggtext::GeomRichText$default_aes$angle, degree(0)),
family = "sans",
family = replace_na(ggtext::GeomRichText$default_aes$family, "sans"),
fill = "fill",
fontface = "plain",
hjust = .5,
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions docs/articles/angles.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/angles_files/figure-html/fig-3060-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/angles_files/figure-html/fig-80300-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/angles_files/figure-html/fig-angles-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/angles_files/figure-html/fig-neg-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Loading

0 comments on commit 9a8227e

Please sign in to comment.