All Projects → dreamRs → Gfonts

dreamRs / Gfonts

🔤 Offline Google Fonts for rmarkdown and shiny

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Gfonts

customer-tracker
R data products: Reports, Presentations, Apps, and API's
Stars: ✭ 19 (-77.65%)
Mutual labels:  shiny, rmarkdown
fabricerin
Create Easily Canvas in Shiny and RMarkdown Documents
Stars: ✭ 52 (-38.82%)
Mutual labels:  shiny, rmarkdown
epoxy
Extra-strength glue engines for R Markdown and Quarto
Stars: ✭ 141 (+65.88%)
Mutual labels:  shiny, rmarkdown
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (+41.18%)
Mutual labels:  rmarkdown, shiny
Shufflecards
✨ Create magical grid layouts in Shiny & Markdown
Stars: ✭ 76 (-10.59%)
Mutual labels:  rmarkdown, shiny
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-81.18%)
Mutual labels:  shiny, rmarkdown
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (-34.12%)
Mutual labels:  shiny, rmarkdown
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (+131.76%)
Mutual labels:  rmarkdown, shiny
learning R
List of resources for learning R
Stars: ✭ 32 (-62.35%)
Mutual labels:  shiny, rmarkdown
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (-63.53%)
Mutual labels:  shiny, rmarkdown
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+28.24%)
Mutual labels:  rmarkdown, shiny
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (-18.82%)
Mutual labels:  rmarkdown, shiny
flipdownr
📆📆📆 Implement a Countdown in RMarkdown Documents and Shiny Applications
Stars: ✭ 30 (-64.71%)
Mutual labels:  shiny, rmarkdown
bubblyr
☁️ ☁️ ☁️ Beautiful Bubbles in Shiny and RMarkdown Backgrounds
Stars: ✭ 16 (-81.18%)
Mutual labels:  shiny, rmarkdown
flexpivot
Simple frequency table
Stars: ✭ 19 (-77.65%)
Mutual labels:  shiny, rmarkdown
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-85.88%)
Mutual labels:  shiny, rmarkdown
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-24.71%)
Mutual labels:  fonts
Stminsights
A Shiny Application for Inspecting Structural Topic Models
Stars: ✭ 74 (-12.94%)
Mutual labels:  shiny
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+1228.24%)
Mutual labels:  rmarkdown
Sever
🔪Good-looking problems: customise your Shiny disconnected screen and error messages
Stars: ✭ 60 (-29.41%)
Mutual labels:  shiny

gfonts

CRAN status Lifecycle: maturing R build status Codecov test coverage

Download ‘Google’ fonts (via google-webfonts-helper) and generate CSS to use in rmarkdown documents and shiny applications. Some popular fonts are included and ready to use.

Installation

Install from CRAN with:

install.packages("gfonts")

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("dreamRs/gfonts")

Download a font to use it locally

Get the ID of the desired font between 1029 available :

library(gfonts)
get_all_fonts()

Download the files necessary for its use and generate the appropriate CSS code :

setup_font(
  id = "roboto",
  output_dir = "path/to"
)

Use it in {shiny} or {rmarkdown} :

use_font("roboto", "www/css/roboto.css")

👉 See detailed example

Included fonts

Some fonts are included in the package and ready to use :

use_pkg_gfont("roboto")

👉 See all fonts available

Related packages

  • Package googlefontR provides helper functions to ease the use of Google Fonts with R.
  • Package showtext makes it easy to use various types of fonts (TrueType, OpenType, Type 1, web fonts, etc.) in R graphs.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].