InteractiveMechanics / public_classroom

Other
0 stars 0 forks source link

Styling: Styling - WYSIWYG bold/italic styling has fallen out. Change to stylesheet? #64

Closed fleur2lis closed 8 years ago

fleur2lis commented 8 years ago

ex. "Check back soon...." - styling doesn't add emphasis; looks like a font sizing issue.

screen shot 2016-09-05 at 3 46 40 pm

cahdeemer commented 8 years ago

where are you seeing this? i'm not seeing this so i might be looking in the wrong place...

fleur2lis commented 8 years ago

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.

cahdeemer commented 8 years ago

it's showing up on the class page for me. which browser are you using?

screen shot 2016-09-05 at 6 17 16 pm screen shot 2016-09-05 at 6 19 55 pm
fleur2lis commented 8 years ago

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.

mtedeschi commented 8 years ago

@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; }

cahdeemer commented 8 years ago

i made the change that mike suggested and the bold is very bold now