Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

guardian/fontastique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fontastique

Choose your fonts, get your CSS.

Install

npm i

Setup

npm run setup

Note: Will require Guardian GitHub credentials.

Run

npm start

Will build the assets and run a local dev server; visit it at http://localhost:8000. Note: This will require python3 to be installed.

Alternatively you can host the dist directory locally using a server of your choice. For example:

npm run build
cd dist
python3 -m http.server 8080

Recommended developer setup

We recommend using VSCode.

Extensions

VSCode should prompt you to install our recommended extensions when you open the project.

You can also find these extensions by searching for @recommended in the extensions pane.

About

Choose your fonts, get your CSS.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published