Description Usage Arguments Examples
Include font as CSS dependency
1 |
... |
Fonts or collections of fonts. See
|
1 2 3 4 5 6 7 | # Create an htmlDependency object:
dep <- htmlFontDependency(font_families("Bitstream Vera"))
# Use the fonts in your dependent css or html files. For example:
# body {
# font-family: 'Bitstream Vera Sans Mono', courier;
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.