FlinTY Posted April 7, 2013 Share Posted April 7, 2013 how do i insert the fonts that are on my board that only i can see into my default fonts on my board so everyone else can see them Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted April 7, 2013 Administrator Share Posted April 7, 2013 Alternatively, you can just add the font name to body in ipb_styles. The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
0 Murilirum Posted April 7, 2013 Share Posted April 7, 2013 Do you have the TrueType Fonts or do you want to have a webfont from Google? Link to comment Share on other sites More sharing options...
0 FlinTY Posted April 7, 2013 Author Share Posted April 7, 2013 (edited) Do you have the TrueType Fonts or do you want to have a webfont from Google?TrueType Fonts Edited April 7, 2013 by FlinTY Link to comment Share on other sites More sharing options...
0 Murilirum Posted April 7, 2013 Share Posted April 7, 2013 (edited) TrueType Fonts Alright, here is how I would go about adding the KingthingsPetrock Regular font to a webpage/site. Add to the CSS@font-face { font-family: 'KingthingsPetrockRegular'; src: url('http://domain.com/fonts/Kingthings_Petrock.ttf'); font-weight: normal; font-style: normal;} Then simply add to the CSS where you want it.font-family: KingthingsPetrockRegular;Just notice how you define the name of the font in the @font-face line 1, you can name that whatever you'd like as long as it's matched in the CSS reference later on. Edited April 7, 2013 by Murilirum Link to comment Share on other sites More sharing options...
0 FlinTY Posted April 7, 2013 Author Share Posted April 7, 2013 Alright, here is how I would go about adding the KingthingsPetrock Regular font to a webpage/site. Add to the CSS@font-face { font-family: 'KingthingsPetrockRegular'; src: url('http://domain.com/fonts/Kingthings_Petrock.ttf'); font-weight: normal; font-style: normal;} Then simply add to the CSS where you want it.font-family: KingthingsPetrockRegular;Just notice how you define the name of the font in the @font-face line 1, you can name that whatever you'd like as long as it's matched in the CSS reference later on.oh didn't think i need this all i wanted to know is where i put the fonts in my FTP or site Link to comment Share on other sites More sharing options...
0 Murilirum Posted April 7, 2013 Share Posted April 7, 2013 oh didn't think i need this all i wanted to know is where i put the fonts in my FTP or site You would put the ttf file anywhere you'd like. Just remember the location and point to it using the @font-face call Link to comment Share on other sites More sharing options...
Question
FlinTY
how do i insert the fonts that are on my board that only i can see into my default fonts on my board so everyone else can see them
Link to comment
Share on other sites
6 answers to this question
Recommended Posts