Open ghost opened 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; }
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.