Status
Not open for further replies.

World Life

Active Member
1,299
2009
29
90
Hey guys,


Im trying to add a "custom" font to my wordpress blog..

What i want to do is to be able to type using it...(On the posts)

I dont care whether the user have to install it on their computer not...

Is there any plugin or any way in which i can do this??
 
Last edited:
10 comments
No No..

That would completely change everything.. And the font i want to use goes right to left etc... So i just want to be able to type using the font in the virtual editor....
 
Can anybody specifically tell me how to add my "Custom" font to only BLOG POST.. So if user has the Font installed on their PC.. they can view the text perfectly... :)

I want only the Post/Article to be in the font i need... :)
 
Add this to your style.css

.customf {font-family: nameofthefont;}

And when you make your posts, do this in the html mod:

<span class="customf"> type what ever you want in the post </span>

Post it and go check it, make sure you have the font on your computer and click CTRL+F5 to clear the cache.

Give that a try and let me know, worked for me.
 
The problem is weather your readers have the font you're using or not, if they don't have it then your custom font will be useless.

Try Google Fonts :)
 
Status
Not open for further replies.
Back
Top