font


Custom Icon font in Ionic 2 7

Create/Get icons in SVG format (e.g. FlatIcon) Create and download icons-font using IcoMoon App Extract only the font folder from the downloaded icomoon.zip  archive to assets  folder. Create a new file in theme  folder called _icomoon.scss  with following content (thanks to Stackoverflow user): // icomoon @font-face { font-family: ‘icomoon’; src: url(‘../assets/fonts/icomoon.eot?ls340j’); […]