From 78e0177552c2111a647f790d7c5e5cb08c085a39 Mon Sep 17 00:00:00 2001 From: Javier Arce Date: Mon, 18 Jan 2016 18:35:50 +0100 Subject: [PATCH] Adds link to font instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a1fe2b1..201bee6 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ It will generate a UI documentation about the components in this repository: If you want to check the documenation, it is generated in the ```dist``` folder. +### How to add/update the icon font + +See this [instructions](https://github.com/CartoDB/CartoAssets/blob/master/Icon-Fonting.md) + ### Publish a new version in NPM In order to publish a new version of CartoAssets you need to: @@ -31,3 +35,4 @@ If you have these previous steps done: Just run this command: - ```grunt publish``` +