Closed fleur2lis closed 8 years ago
where are you seeing this? i'm not seeing this so i might be looking in the wrong place...
Seeing it on the Class pages. Also on homepage-there was some strong & ital formatting in the longer block of text that isn't showing.
Top of paragraph 3 plus two following uses of Science and Race in next 2 paragraphs.
Stacey Mann phone:: 347.693.6266 email:: smanny@gmail.com
Strategies for Learning, Digital Interpretation, & Exhibition Planning
On Sep 5, 2016, at 17:56, Christina Deemer notifications@github.com wrote:
where are you seeing this? i'm not seeing this so i might be looking in the wrong place...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
it's showing up on the class page for me. which browser are you using?
Hmmmm. Using chrome on Mac. Similar on chrome on iPhone. Looks like ital is ok but "strong" emphasis is super subtle. Was reading more like standard BF over the weekend. Best to review tomorrow?
Stacey Mann phone:: 347.693.6266 email:: smanny@gmail.com
Strategies for Learning, Digital Interpretation, & Exhibition Planning
On Sep 5, 2016, at 18:25, Christina Deemer notifications@github.com wrote:
it's showing up on the class page for me. which browser are you using?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
@cahdeemer: I think this is because it's using "font-weight: 700" and we need to change the font-family instead. We should add something like...
b, strong { font-family: "ScalaSans-Bold", Helvetica, Arial, sans-serif; }
i made the change that mike suggested and the bold is very bold now
ex. "Check back soon...." - styling doesn't add emphasis; looks like a font sizing issue.