Open griffinlacek opened 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
So should it look like this?
body { font-family: Helvetica; }
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