Closed (fixed)
Project:
Bartik
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 05:21 UTC
Updated:
25 Jul 2010 at 16:10 UTC
Jump to comment: Most recent file
This is the current situation:
body, #preview,
#header #block-user-login div.item-list,
#header #site-slogan {
font-family: Georgia, "Times New Roman", Times, serif;
}
ul.contextual-links,
#block-system-main .meta,
#block-system-main ul.links,
#block-system-main div.field-name-taxonomy-tags div.field-label,
#block-system-main div.field-name-taxonomy-tags div.field-items,
#block-system-main div.field-name-taxonomy-tags div.field-item,
#comments .submitted p {
font-family: Arial, sans-serif;
}
#header,
#preview #preview-header,
#footer-wrapper,
div.tabs ul.primary,
div.messages {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header #block-user-login {
font-family: Helvetica, Arial, sans-serif;
}
input.form-submit,
a.button {
font-family: "Lucida Grande", Verdana, sans-serif;
}
/* ie file */
input.form-text {
font-family: sans-serif;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | fonts-2.patch | 1.32 KB | jacine |
| #6 | fonts.patch | 1.08 KB | jacine |
| #2 | bartik-fonts.patch | 2.96 KB | jacine |
Comments
Comment #1
Jeff Burnz commentedSomething like this?
No patch, just for review of the font stacks.
Comment #2
jacineYes, something like that, but less specific on some selectors. :)
Here's my patch. It also:
- fixes taxonomy term wrappers: div.field-name-taxonomy-tags is the term name, and not the type.
- fixes the jQuery UI Verdana font that is taking over the the overlay.
I discussed this with Jen last night, and more discussion is probably needed about the actual font stacks, but I would like to get the file cleaned up with this in the meantime.
Comment #3
tlattimore commentedLooks good. All your selectors and and font-stacks seem to be in order. More organized and thought out than before I think.
Comment #4
jensimmons commentedOk, I committed this cleanup. :D
Now for the font stack selection perfection......
(i.e., we are 1/2 done)
Comment #5
jensimmons commentedbump
Comment #6
jacineHere's another clean-up patch...
Comment #7
tlattimore commentedThis patch really cleans up the font stacks. Reduces some redundancy and creates more consistency. It's got my vote.
Comment #8
jacineRe-rolling b/c of the table patch...
Comment #9
johnalbinThe clean-up looks good. Putting Arial before Helvetica Neue… needs discussing first. :-) I'm committing everything else.
Back to "needs work" for the font stack discussion.
Comment #10
Jeff Burnz commentedI would prefer to see the font stack be "helvetica neue", helvetica, arial, sans-serif for the simple reason that if I have helvetica on my system I would prefer it over arial.
I think this has been pretty well hashed out, here and over here is another good discussion.
Actually I think our font stacks are a little shallow, Vista and Win7 ship with some very nice fonts like Calibri, Cambria and Constantina, for example.
The DejaVu and Bitstream family's are very nice fonts, and I really do wonder, now you've got me worked up, why is Georgia and Times New Roman lumped together - to me they are totally different fonts - sit them side by side for size and see how different they are.
Comment #11
jensimmons commented