chriswertz / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Using html in CSS #4

Open griffinlacek opened 7 years ago

griffinlacek commented 7 years ago

Nothing wrong with using html to set font-family for the page, but body is often used instead as it directly influences children elements. Here's a good discussion on this: https://css-tricks.com/html-vs-body-in-css/

https://github.com/chriswertz/prj-rev-bwfs-dasmoto/blob/master/Dasmotos/resources/css/style.css#L1-L3

chriswertz commented 7 years ago

So should it look like this?

body { font-family: Helvetica; }