webfont-medical-icons | WebFont Medical Icons - 72 ICONS | Icon library
kandi X-RAY | webfont-medical-icons Summary
kandi X-RAY | webfont-medical-icons Summary
[please read the terms and conditions] This package is a digital adaptation for use on the web media.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of webfont-medical-icons
webfont-medical-icons Key Features
webfont-medical-icons Examples and Code Snippets
Community Discussions
Trending Discussions on webfont-medical-icons
QUESTION
I want to add a specific icons font to my project Ionic 2. I just have a folder with my font but I don't know how to integrate it to the project.
I try to add webfont medical icons : https://samcome.github.io/webfont-medical-icons/
I tried to add it in my www/assets/fonts folder but I don't know witch file I have to update to use this fonts ?
UPDATE
I already had font awesome to my project. I tried to follow the same process :
I past the 4 fonts file in my www/assets/fonts folder.
I past a file "wfmi-style.min.css" in my www/assets/cass folder.
Finaly I write this in my src/index.html file :
...ANSWER
Answered 2017-Aug-29 at 18:27Here is what you are looking for Using font-awesome in ionic 2
- Download the font-awesome library.
- Create "fonts" folder in src/assets and copy the fonts from the font-awesome/fonts folder
- Copy the scss folder and paste it under src/theme/scss
Open the variables.scss file, and copy the below code
@import "scss/font-awesome"; @font-face { font-family: 'FontAwesome'; src: url('../assets/fonts/fontawesome-webfont.eot?v=#{$fa-version}'); src: url('../assets/fonts/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), url('../assets/fonts/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), url('../assets/fonts/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'), url('../assets/fonts/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), url('../assets/fonts/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; }
To include your icon in HTML
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install webfont-medical-icons
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page