Jump to content

Different Fonts


papillonstudios

Recommended Posts

How do you load external fonts in CSS?

 

lol ... you're lucky

i just learned this today

 

    @font-face {
 font-family: "SOME NAME";
 src: url("EXTERNALEMBEDFONT.ttf");
    }


    Body {
font-family: "SOME NAME";
color:#D9BE3E;
}

 

 

That will add the embed font in all your web page text

 

Link to comment
https://forums.phpfreaks.com/topic/211960-different-fonts/#findComment-1104642
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.