0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/ghost/custom-fonts
2024-11-27 04:38:20 +00:00
..
src Added Libre Baskerville font (#21539) 2024-11-06 15:27:47 +08:00
test
.eslintrc.js
package.json Fixed redundant build steps in the custom-fonts package (#21733) 2024-11-27 04:38:20 +00:00
README.md
tsconfig.esm.json
tsconfig.json

Custom Fonts

Custom fonts mapping module

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests