otelma / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

setting page font #4

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

Rather than setting the font by listing all the elements you need to have it, you can use inheritance to set the pages default font: html { font-family: Helvetica; } Now all elements will inherit this as their default font.

https://github.com/otelma/prj-rev-bwfs-dasmoto/blob/master/Dasmotos%20Arts%20and%20Crafts/Resources/css/index.css#L1-L6

otelma commented 6 years ago

May I respectively ask we are taught in the lesson to list all of the elments and not the html{} concept?