Skip to content

Commit

Permalink
Merge pull request #225 from Merck/logo-invention
Browse files Browse the repository at this point in the history
Use Invention as logo font
  • Loading branch information
LittleBeannie committed Apr 2, 2024
2 parents c57904f + 77b1314 commit fca780f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed inst/logo/DMSans40pt-SemiBold.ttf
Binary file not shown.
8 changes: 4 additions & 4 deletions inst/logo/logo-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for (i in seq_along(r_vals)) {

final_circle <- data.table::rbindlist(circles_list)

font_add("DM Sans Display", "inst/logo/DMSans40pt-SemiBold.ttf")
font_add("Invention Bold", "inst/logo/Invention_Bd.ttf")
showtext_auto()

dots <- ggplot() +
Expand All @@ -43,10 +43,10 @@ dots <- ggplot() +
) +
annotate(
"text",
x = -0.574, y = -0.215,
x = -0.5825, y = -0.2,
label = "simtrial",
family = "DM Sans Display",
size = 90,
family = "Invention Bold",
size = 82,
color = "#ffffff"
)

Expand Down
Binary file modified inst/logo/logo.xcf
Binary file not shown.
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fca780f

Please sign in to comment.