Generally the fonts we are using in html or css, are declared with style/id/class like this font:"Georgia, Arial, Garamond;". Which means first it tries to find Georgia, if doesn’t find this then Arial and goes on with the next one. However I just want to know if there is any way to use a font by uploading on my hostserver.
(the font which i have already downloaded from internet)?
Generally the fonts we are using in html or css, are declared with style/id/class
Share
You can use the Font Squirrel web-site that will generate the
CSScode for you.Basically, you upload the font you want to use for your web page:
compatibility;
CSSand the necessary font files.
See this working example!
To better illustrate:
Direct access to the font-generator here!