Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@phillipwildhirt/font-caslon-antique

phillipwildhirt60MIT0.5.0

install package for Antique and other map-like fonts

caslon, caslon-antique, antique, font, elvish, middle-earth, essays1743, jsl-ancient, font-collection, map, cartography

readme

Mapping/Cartography Font Collection

In creating an ancient mapping application I needed a quick install package. The package includes:

  • Caslon Antique
    • Normal
    • Italic
    • Bold
    • Bold Italic
  • Essays1743
    • Medium
    • Italic
    • Bold
    • Bold Italic
  • Middle Earth (Elvish)
    • Normal
    • Italic
    • Italic Left
    • Bold
    • Bold Italic
    • Expanded
    • Expanded Italic
    • Condensed
    • Condensed Italic
  • JSL Ancient
    • Normal
    • Italic
  • Mairon
    • Normal
  • Aniron
    • Normal
    • Bold

Usage Example

Add the following to your style sheet:

@import "../node_modules/@phillipwildhirt/font-caslon-antique";

A possible usage method could be to also add to your stylesheet:

.jsl-ancient {
    font-family: JSL Ancient, serif;
}

.essays1743 {
  font-family: Essays1743, serif;
}

.caslon {
  font-family: Caslon Antique, serif;
}

.middle-earth {
  font-family: Middle Earth, sans-serif;
}
.middle-earth-condensed {
  font-family: Middle Earth Condensed, sans-serif;
}
.middle-earth-expanded {
  font-family: Middle Earth Expanded, sans-serif;
}
.middle-earth-left {
  font-family: Middle Earth Left, sans-serif;
}

. . . and all you have to do is add the class jsl-ancient, caslon, etc. to your HTML tag.