On load hrbragg creates two custom Roboto Condensed font family variants:
(rc_pkg
, rc_pkg_prop
) and makes them available in the global environment.
A list
The reconfigured family variants have the following features:
ccmp
(Glyph Composition/Decomposition): Either calls a ligature replacement
on a sequence of characters or replaces a character with a sequence of glyphs.
Provides logic that can for example effectively alter the order of input characters.
liga
/ligatures
(Standard Ligatures): Replaces (by default) sequence of characters with a single ligature glyph
kern
(Kerning): Fine horizontal positioning of one glyph to the next, based on the shapes of the glyphs
They differ in that the _prop
variant does not have tabular numbers
(tnum
) enabled (which is more appropriate for titles and general
annotations).
Roboto Condensed
font family preview/info
This objects have the following names corresponding to individual, customized font variants (ordered by font weight):
normal_light
normal
normal_italic
bold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.