You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice how you have to keep setting font-family in each selector. It would be more efficient if this could be set in one place. We can do this with inheritance:
html { font-family: Helvetica; }
Now all elements will inherit this font from html default.
Notice how you have to keep setting font-family in each selector. It would be more efficient if this could be set in one place. We can do this with inheritance:
html { font-family: Helvetica; }
Now all elements will inherit this font from html default.
https://github.com/brettbyrne/prj-rev-bwfs-dasmoto/blob/master/artsandcraftsmoc/Resources/style.css#L2
The text was updated successfully, but these errors were encountered: