We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Use non standrad fonts :) | Forum

Topic location: Forum home » Development » Themes
cfdesmo
cfdesmo Aug 26 '11
*WORKS ON ANY SITE :D*

use non standard fonts for your site like mine > http://thousanddamns.wall.fm

first, open a notepad for easier use.
search for fonts u want to use on font hosting sites
i recommend to use http://www.google.com/webfonts
[choose the font u wanna use by clicking "add to collection" then at the bottom of the page, click "use" ]
then copy the font codes [the standard one]

paste the font codes to your notepad.
then copy and paste the codes below under the font codes
-----------------------------------------------------------------------------------------------
<style>
body {font-family: 'FONT NAME', }
</style>
-----------------------------------------------------------------------------------------------

now, on your notepad, it's written :
-----------------------------------------------------------------------------------------------
*HERE,FONT CODES YOU PASTE BEFORE*
<style>
body {
font-family: 'FONT NAME', }
</style>
----------------------------------------------------------------------------------------------- 

Change the FONT NAME to the name of font you want to use.dont forget the '        '

In the end, the codes will be like this :
*i'm using font Gloria Hallelujah for an example below*
-----------------------------------------------------------------------------------------------
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Gloria Hallelujah', }
</style>
-----------------------------------------------------------------------------------------------

Copy & Paste your Codes to 'Custom text/html' on your main page.

sorry i cant explain better.ask me if you dont understand 
The Forum post is edited by cfdesmo Aug 27 '11