russhdavid / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

CSS repetition font family #1

Open farishkash opened 6 years ago

farishkash commented 6 years ago

font-family:helvetica;

So this is being used through out the website. It is much more efficient to use an universal selector to apply it to the whole web page without repeating yourself.

body {
font-family:helvetica;
}