kiranali / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

CSS #6

Open ghost opened 6 years ago

ghost commented 6 years ago

https://github.com/kiranali/prj-rev-bwfs-dasmoto/blob/master/DasmotosArtShop/resources/css/style.css#L1-L22

Consider using the universal selector * instead of listing out every single tag that needs the default font.

* {
  font-family: Helvetica;
}