Closed (won't fix)
Project:
Genesis
Version:
6.x-2.0-beta5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2009 at 10:40 UTC
Updated:
20 Aug 2009 at 08:26 UTC
Feature request
Big Chief Jeff,
This theme looks very impressive. I'm going to try my hand at building my first social network. And I feel this theme will give me the freedom to move around, since I don't have a clue where this is going yet. (layout & content)
I was wondering if you would consider adding the new popular local.css feature to this theme?
please see attached. I think Roople were the first to start using it. very, very useful feature
| Comment | File | Size | Author |
|---|---|---|---|
| SP32-20090523-033327.gif | 4.55 KB | green monkey |
Comments
Comment #1
Jeff Burnz commentedIn short no. The reason is that to have this type of feature means we have to write CSS into style tags in the actual page.tpl.php head, which is, I believe how themes like Tapestry work. I tend to think that reduces the flexibility of a starter theme.
In any case its very easy to set the base font or any other font via CSS. See style.css in your subtheme, the very first declaration is the body tag with font styles set (font family).
To use this theme effectively you really should use Firebug as this will tell exactly where the css is coming from and where you can change it (which selector to use and what stylesheet it is coming from).
Comment #2
Jeff Burnz commented