klewis1 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Subtlety: Font-weight:bold on h1 and h2 does not affect display #1

Open jzhu01 opened 7 years ago

jzhu01 commented 7 years ago

See line: https://github.com/klewis1/prj-rev-bwfs-dasmoto/blob/master/ArtStore/resources/css/index.css#L7

Does not change how the h1 is displayed.

klewis1 commented 7 years ago

Hi @jzhu01 I'm not quite understanding your comment here. Visually the h1 is bold.
Are you suggesting that it should be done by using font-weight: 700?

jzhu01 commented 7 years ago

Hi, @klewis1! Sure, so what I'm saying is the h1 is already bold, so by adding font-weight:bold you are not changing the already existing display. Hopefully this makes more sense!