Style Plugin 1.0 and Web Fonts

cameron_wittig / 2012-11-16 00:10:04   

I was able apply a web font to my site (using Google fonts) but I am unable to turn off the font styles (bold) and grey color unless I enable the Style 1.0 plugin.

Of course, when I enable the Style plugin it disables the web font.

Is it possible to see my custom font in the pull down font menu of Style 1.0? I would rather be making these changes from inside Indexhibit.. I'm not exceptionally talented at custom coding.

If coding is the only way, where exactly do I A) turn off bold text completely and B) set it to always be black. ?

Thanks!

cameron_wittig / 2012-11-16 00:33:38   

OK changed the color for the index text but can't seem to eliminate the bold completely.

arsondpi / 2012-11-16 00:54:16   

Which bold text and which text always set to black?

cameron_wittig / 2012-11-16 00:56:33   

OK - was able to add the custom font to the Style plug!

That bold is a really elusive tag however...

cameron_wittig / 2012-11-16 01:15:10   

The section titles style and active title style are always in bold no matter what I change.. And now even though I can use the Style plugin with my chosen font, the ability to use Style plugin to eliminate the bold is still ineffective.

arsondpi / 2012-11-16 08:09:55   

I'm just guessing here since you haven't posted an url address but try adding to your style.css

  1. #index ul.section span.section_title, #index ul.section span.section_title a {
  2.     font-weight: normal;
  3. }
cameron_wittig / 2012-11-16 17:15:35   

Thanks! That removed the bold section titles but active titles are still bold..

I'm not far enough along on the site to post the url. But this is the behavior of Indexhibit 2.0 out of the box.. It's default is bold section titles, correct?

cameron_wittig / 2012-11-16 17:28:40   

OK. Finally removed all instances of bold. I'm not sure why but the Style plugin did not accurately adjust behaviors of section titles and active links..

arsondpi / 2012-11-16 20:48:03   

that's because there's a css tule only for the active exhibit.

konradsteffensen / 2013-06-03 05:45:51   

Hi cameron,
I seem to be having the same problem as you. Could you please share how you solved the problem with section titles and active links??
Thanks!

konradsteffensen / 2013-06-03 07:32:33   

Problem solved!
Although the text in my style.css appeared to be the same as arsondpi's, apparently it wasn't.

nwavi / 2013-06-07 22:51:33   

Hi Konrad, I'm just relaunching my site with the new version of indexhibit and would be keen to know how you managed to get the font into the plugin? I'm guessing somewhere in the array of fonts found within plugin.ndxz_style.php

Also, using a web font should I just specify it in the header of the style.php or elsewhere in the file structure. Any help appreciated.

many thanks.

This thread has been closed, thank you.