Forum Replies Created
-
AuthorPosts
-
January 11, 2014 at 2:27 pm in reply to: Question about @font-face changing other fonts on site #84661
RaspberrySunshine
MemberOy ve! I was looking at the lines of error and am confused as I didn't make most of these changes. My WP and Genesis are up to date, are all these errors in my theme?
January 11, 2014 at 1:27 pm in reply to: Question about @font-face changing other fonts on site #84649RaspberrySunshine
MemberUh, that would be an understatement! LOL.
Through the link you sent, can I go through each line they show an error and work on it, or is it something far more serious?
January 11, 2014 at 1:05 pm in reply to: Question about @font-face changing other fonts on site #84640RaspberrySunshine
MemberThis font: Janda Stylish Script
The below was put into my style sheet:
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/298a0e");@font-face {
font-family: 'JandaStylishScript';
src: url('webfonts/298A0E_0_0.eot');
src: url('webfonts/298A0E_0_0.eot?#iefix')
format('embedded-opentype'),
url('webfonts/298A0E_0_0.woff') format('woff'),
url('webfonts/298A0E_0_0.ttf') format('truetype');
font-weight: normal;
font-style: normal;I only want the font in a few areas, so I put this in for my sidebar titles:
.theme-aquared .widget-area h4 {
font-family: 'JandaStylishScript', Georgia, Palatino, Times New Roman, serif;RaspberrySunshine
MemberSo it sounds like Webfont license would be the best bet (and not drive me nuts). I am familiar with how Google Fonts go into CSS, but how do other fonts not normally used work into a site so everyone can see it?
RaspberrySunshine
MemberThanks Brad, that did it. I have Adorable on my other site as well and use her grid loop so I figured it had something to do with that.
I'm all good for now. Thanks for the assistance.
Cindy
RaspberrySunshine
MemberMy site is: http://raspberrysunshine.com. That is my site and one one I'm working on myself. It is the Adorable theme.
The Live Love Pasta link is the example.
RaspberrySunshine
MemberOk, now that I've gone through Firebug I can see she has her own ways - Another option I was thinking about were the recipe archive plug-ins. Could one of those be customized? Here is one I had bookmarked:
http://livelovepasta.com/recipes/
Her site is on the Genesis Framework.
RaspberrySunshine
MemberIt's weird huh? I appreciate you trying though. I did re-install the plugin but had the same results. I e-mailed Heather -my designer- to see if she has any ideas.
Cindy
RaspberrySunshine
MemberJust did. The little envelope on the left shows up only there. Weird.
RaspberrySunshine
MemberI just changed it back. Originally, I just had 4 icons in Header Right. I can add them to HR and they show up fine.
RaspberrySunshine
MemberThe problem with overriding the current CSS is that when I added:
body #sidebar .widget_tag_cloud div div { margin-left: 30px; }
It moved my tag cloud, but also my custom tags, cut the bottoms off the custom tags and the tag titles went up. The fonts were also changed to my raspberry color and in 2 separate fonts.
I'm still fiddling with the information go gave so I'm going to go back and try again.
Cindy
-
AuthorPosts