fontforge - Same glyphe for multiple character -
i'm creating mono glyph font (a font character linked same glyph).
i've tried unlink characters references, draw glyph ".notdef" character fontforge documentation :
how set default glyph of font?
if glyph named “.notdef” contains splines (but no references) used default glyph (that glyph used when unencoded glyph called for).
but didn't work. when test font simple webpage, instead showing default (.notdef) glyph character, shows character in browsers default font.
test page
<hmtl> <head> <style> @font-face{ font-family: test; src: url("test2.woff"); } body div{ font-family: test; } </style> </head> <body> <div>0123456789azertyuiopqsdfghjklmwxcvbnazertyuiopqsdfghjklmwxcvbn☼þ░┘</div> </body> </html>
result 0123456789azertyuiopqsdfghjklmwxcvbnazertyuiopqsdfghjklmwxcvbn☼þ░┘
instead of showing glyph characters
any ideas ?
thanks :)
Comments
Post a Comment