Tag: ionicons
-
Custom Icon font in Ionic 2
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’); src: url(‘../assets/fonts/icomoon.eot?ls340j#iefix’) format(’embedded-opentype’), url(‘../assets/fonts/icomoon.ttf?ls340j’) format(‘truetype’),…