liteformats::resume( "resume.Rmd", options = liteformats::resume_options( font_files = c( regular = "fonts/MySerif-Regular.otf", italic = "fonts/MySerif-Italic.otf", bold = "fonts/MySerif-Bold.otf" ), font_scale = 0.9, ligatures = FALSE ) ) liteformats::resume( "resume.Rmd", options = liteformats::resume_options( google_font = paste0( "https://fonts.googleapis.com/css2?", "family=Inter:ital,opsz,wght@0,14..32,100..900;", "1,14..32,100..900&display=swap" ) ) )