Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~511 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for Samuccaya

I saw a post from a few years ago on how to load fonts into my server and imbed them so that other viewers can see them. There was a code given that was @font-face { font-family: yourfont; src: url('yourfont.ttf'); } Do I put this code into the CSS portion …

Member Avatar for mattster
0
91
Member Avatar for jackparsana

Do I put @font-face { font-family: yourfont; src: url('yourfont.ttf'); } in a CSS script in the head section of my webpage, or in a separate file? Is is part of a java script? I don't know where to put it.

Member Avatar for Samuccaya
0
420

The End.