its give the authentication of a web font to using web font in our web site
@font-face { font-family: 'MyWebFont'; src: url('webfont.eot'); /* IE9 Compat Modes */ src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('webfont.woff') format('woff'), /* Modern Browsers */ url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */ }
it use on css, location where css font is used
body { font-family: 'MyWebFont', Fallback, sans-serif; }
??????????????????????????????????
Question : How to generate web font
Answer : https://www.web-font-generator.com
by using abvoe link we can convert a normal font to web font , which is using in our computer
No comments:
Post a Comment