0
Can you create your own font using html formatting elements? If you can, how would you format it?
2 Antworten
+ 1
no. html is for content only. style (colors, fonts etc.) is handled by CSS. but even CSS only specifies fonts. it doesnt create them.
+ 1
You need specific tools to create fonts ( some vectore drawing software may provide exportation, but dedicated tools for such task are almost unavoidable ), and after you can use them through css and todays auto-download of web font ( but you need to wory along and deal with differents font file format/type as browsers don't support all the sames ^^ )...