On load hrbragg creates two custom Inter font family variants:
(inter_pkg
, inter_pkg_prop
) and makes them available in the
global environment.
A list
The reconfigured family variants share the following features:
calt
: (Contextual Alternates): Applies a second substitution feature
based on a match of a character pattern within a context of surrounding patterns
case
(Case Sensitive Forms): Replace characters, especially punctuation, with forms better suited for all-capital text, cf. titl
dlig
/ligatures
(Discretionary Ligatures): Ligatures to be applied at the user's discretion
kern
(Kerning): Fine horizontal positioning of one glyph to the next, based on the shapes of the glyphs
salt
(Stylistic Alternates): DISABLED — Either replaces with, or displays list of, stylistic alternatives for a character
ss01
(Stylistic set 1: Alternate digits): An alternate style of digits.
zero
(Slashed Zero): DISABLED — Replaces 0 figure with slashed 0
They differ in that the _prop
variant does not have tabular numbers
(tnum
) enabled (which is more appropriate for titles and general
annotations).
Inter online documentation has specific descriptions and examples of these features.
The objects have the following names corresponding to individual, customized font variants (ordered by font weight):
ultralight
ultralight_italic
light
light_italic
normal_italic
normal
medium_italic
medium
semibold_italic
semibold
bold
bold_italic
ultrabold
ultrabold_italic
heavy
heavy_italic
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.