Widget font type change

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Widget font type change

Postby solusarena » 13 Aug 2011, 05:52

I have looked all around for an answer as to how I can change the font type in the widgets on my site but have had no luck finding an answer. Can you help? I want to make the widget titles into the font type - Garton. I would also like to change the size and color. Is there some easy code that I can insert into custom styles? Http://Eco-elementsdesign.com
Thanks.
solusarena
 
Posts: 11
Joined: 10 Aug 2011, 16:14

Re: Widget font type change

Postby Colin » 13 Aug 2011, 08:06

Are you certain that all your visitors will have the Garton font? AFAIK it is not a standard one so you will need to embed the font and then just style the H3 element in Custom CSS.
Colin
 
Posts: 2856
Joined: 27 Oct 2009, 10:46

Re: Widget font type change

Postby solusarena » 13 Aug 2011, 08:37

Can you tell me how to embed the font? Sorry I've never done a website before. Also can you tell me how to style the h3 element. I appreciate your help. You're right about not all visitors seeing the font because I found the code to change post title font and it showed on my iPad but not laptop. Thanks again.
solusarena
 
Posts: 11
Joined: 10 Aug 2011, 16:14

Re: Widget font type change

Postby sayontan » 13 Aug 2011, 15:29

I have done this on my personal site, http://mynethome.net/blog. You can see the instructions here: viewtopic.php?f=4&t=4908&p=20209&hilit=mynethome+font+face#p20209. There is a CSS capability called "font-face" that can help you here.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Widget font type change

Postby solusarena » 14 Aug 2011, 10:40

Sayontan, thank you for the reply. I am choosing to use the custom style sheet to make the changes, but I'm unsure as to the "http" information I need to include. Is this a link to the each of the widgets that I want to change or is it a link to the actual font style. I downloaded my font from fontsquirrel. Thank you! http://eco-elementsdesign.com

@font-face {
font-family: 'QlassikMediumRegular';
src: url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.eot?') format('eot'),
url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.woff') format('woff'),
url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.ttf') format('truetype'),
url('http://mysite.com/wp-content/fonts/Qlassik_TB-webfont.svg#webfontkkbjEnfA') format('svg');[/color]
font-weight: normal;
font-style: normal;
}

h1, h2, h3, h4, h5, h6, .blogtitle {
font-family: QlassikMediumRegular, Arial, sans-serif;
}
solusarena
 
Posts: 11
Joined: 10 Aug 2011, 16:14

Re: Widget font type change

Postby solusarena » 14 Aug 2011, 16:10

Here is what I posted in the custom styles section and the font is not showing up. What am I doing wrong? Thanks for any help.

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 14, 2011 06:54:51 PM America/New_York */



@font-face {
font-family: 'GartonMedium';
src: url('garto16-webfont.eot');
src: url('garto16-webfont.eot?#iefix') format('embedded-opentype'),
url('garto16-webfont.woff') format('woff'),
url('garto16-webfont.ttf') format('truetype'),
url('garto16-webfont.svg#GartonMedium') format('svg');
font-weight: normal;
font-style: normal;

}
solusarena
 
Posts: 11
Joined: 10 Aug 2011, 16:14

Re: Widget font type change

Postby Colin » 14 Aug 2011, 23:52

The url in that code assumes that the font files are in the folder where the the CSS is being called from. You need to correct the url to point to the correct font location.
Colin
 
Posts: 2856
Joined: 27 Oct 2009, 10:46

Re: Widget font type change

Postby solusarena » 15 Aug 2011, 12:38

Removed post.
Last edited by solusarena on 15 Aug 2011, 18:55, edited 1 time in total.
solusarena
 
Posts: 11
Joined: 10 Aug 2011, 16:14

Re: Widget font type change

Postby sayontan » 15 Aug 2011, 12:42

Don't use FTP - use HTTP. Put the files somewhere in your WP installation. Using a separate folder called "fonts" under wp-content is typically a good idea.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10161
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Widget font type change

Postby solusarena » 15 Aug 2011, 13:08

Removed post.
Last edited by solusarena on 15 Aug 2011, 18:54, edited 1 time in total.
solusarena
 
Posts: 11
Joined: 10 Aug 2011, 16:14

Next

Return to Support Requests

Who is online

Users browsing this forum: No registered users and 2 guests

cron