From 855ad0ac17e868450440d33d177d9dc421c7dcd3 Mon Sep 17 00:00:00 2001 From: Robert Hjalmers Date: Fri, 31 Aug 2018 10:42:17 +0200 Subject: [PATCH] docs: add getting started to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0847f99..80c5e56 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ This repository contains SEBs primary font SEB Sans Serif. ## Demo A demo is available [here](https://sebgroup.github.io/fonts/) (please note that this package only contains the font and font weights, not the css for font sizes). +## Getting started +Install with npm: +``` +npm install @sebgroup/fonts --save +``` + +Add `seb-fonts.scss` or `seb-fonts.css` to your project. + ## Contributing This project is semantically released using Travis CI. To update the font and release a new version do the following: