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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -