venice-icons
/
0.15.2
venice-icons 0.15.2
Install from the command line:
Learn more about npm packages
$ npm install @juntossomosmais/venice-icons@0.15.2
Install via package.json:
"@juntossomosmais/venice-icons": "0.15.2"
About this version
Icon fonts used on Juntos Somos Mais applications
You can install using NPM or Yarn.
$ yarn add @juntossomosmais/venice-icons
$ npm i -S @juntossomosmais/venice-icons
-
Since this is a entirely manual process, make sure you have the
config.json
published fromvenice-icons
on the project. -
Grab the
config.json
and drop it on the Fontello console to load the icon library. -
Click on
Download webfont
button and wait for it. -
For projects that deals with the DOM, overwriting the following files on the directory should be enough.
jsm-icons.css
jsm-icons.woff
jsm-icons.woff2
-
On mobile applications using
react-native
, according to the two operating systems we are developing for:-
Android: Add the
.ttf
file on Android folder, inside the respective app. Follow this path to find the file:apps > app-folder > android > app > src > main > assets > fonts
-
iOS: In the
Icon
component, present in~packages/uikit
, replace theconfig.json
file and the.ttf
font file.
-
Android: Add the
- Grab the
config.json
and drop it on the Fontello console to load the icon library. - Drop it the SVG file on the Fontello console and select to add it to the library.
- Also, store the
.svg
files on theassets
directory for backup. - When you are done, download only the
config.json
, overwrite the one in Venice and release a new version. - IMPORTANT Dont forget to select all the icons before download.
- Grab the
config.json
and drop it on the Fontello console to load the icon library. - Click on the pencil above the icon you want to delete and click on
Delete glyph
button. - When you are done, download only the
config.json
, overwrite the one in Venice and release a new version.