Jump to content

font help


zhahaman2001

Recommended Posts

The short answer is that you can't use custom fonts.  If you just want to show your users what the font looks like create an image.

 

The long answer is that there are a few ways around the limitation.  One of the best I've seen, but only when used in a limited amount, is to use a flash media file.  You embed the font and then during page rendering pass it the text.  There's at least one good commercial one around, but I can't seem to find it at the moment.

Link to comment
https://forums.phpfreaks.com/topic/46173-font-help/#findComment-224491
Share on other sites

If you want to use a a custom font on your web page then look in to WEFT. WEFT allows you to embed non-standard fonts in your web page if the end user doesn't have your font installed on their computer.

 

Ideally you should not use non-standard fonts on webpages. You should use standard fonts that most of your end users will have on their PCs.

 

If you are using your font for small little things like Headings then I'd would suggest you images instead for that.

Link to comment
https://forums.phpfreaks.com/topic/46173-font-help/#findComment-224877
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.