Include @font-face with save page as

Disconnected

New Member
I can embed a custom font with @font-face in the css like this:\[code\]@font-face{ font-family: MyFont; src: url('fonts/font.ttf'); }\[/code\]But when I save the page on my computer to see the page as local, the font is not saved.I tried this with Firefox and Chrome and the issue is the same in both.How can I force embed the font with \[code\]save page as\[/code\] ?
 
Back
Top