How do i add custom fonts in the font awesome plugin??? Can it be done using EOT file? - custom-font

I need to add some custom fonts to font-awesome and use it in my website. Will EOT be of any help in doing this? If so what is the procedure to add these custom fonts or is there any other way in which i can do this?

Related

Is it Possible to Upload a Custom Font to Use in any local HTML File?

I am trying to use a custom font in an HTML email template. The font is not available on Google Fonts. I am familiar with the #font-face rule in CSS, but what I am trying to achieve is to upload the font to some server/ kind of like Google fonts where it is publicly available for use by other users.
How to achieve that?

How to host your own icons

I've been using Font Awesome for a little bit on some of my projects and I have created a bunch of my own icons that I can link locally without a problem; however, I want to be able to link the icons I made from an online source like Font Awesome do and serve them publicly, how exactly is this achieved?
You need to have icon in SVG format that you have created,
then you can use this, it will generate all the necessary font types, CSS/Sass/Less/Stylus , HTML demo page and Name font according to your wish.
Gruntt Web Font
I did a bit of Googling for you to find somewhere for your to offer your files.
You will need to create a font from your SVG files, I use fontastic.me and it's very good, but you could use another service.
You will then need to create a package of your files, and put it on a CDN service so that other people (or just you) can use it publicly. You can try using something like https://www.jsdelivr.com/ or look into how to set up your own CDN.

Font Awesome Stick Notes not showing

I am using Font Awesome. If I use various icons, like the calendar or the speech bubble, they all work.
However this one appears not to work anymore.
If I change it to the calendar or others, they show. When I change it to this one, it fails. Any ideas?
Your library is too old, change version to at least 4.4.
This Problem is due to the updation on font-awesome file.Update your font-awesome .
The sticky note options (fa-sticky-note and fa-sticky-note-o) were added in Font Awesome 4.4. Once you update your Font-Awesome files, those glyphs will properly render for you.

How can i add custom font to font-awesome?

Font-awesome is limited to one font or ?. Is there any option to add custom font to font-awesome.
If yes then, show me how to add that.
FontAwesome is a collection of icon fonts. If you want a collection with different icons one easy way is to use IconMoon - http://icomoon.io/app/#/select and http://icomoon.io/#icon-font . Their IconMoon app is brilliant and hooks into a world of different options.
If you want actual web fonts, then it's hard to beat Google Web Fonts or Font Squirrel if you want to use your own fonts

Can we use Cufon in Dreamweaver?

Just wanted to know if I can use Cufon in Dreamweaver via plugin or something ? or will I have to insert the code manually ?
Regrads,
Netguy
Since Cufon is just a text replacement mechanism with javascript, you'll have to include it in your document manually. If you just want to see how your site will look with that font, you could put it in your font directory and include it in the fontlist of dreamweaver so you can see how it will appear as you work. Of course, this means you need to have the font locally and it will only work for you.