jrgibb / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Important #2

Open farishkash opened 6 years ago

farishkash commented 6 years ago

https://github.com/jrgibb/prj-rev-bwfs-dasmoto/blob/f70d9db815fa0bc5449bccc165d9ebade347809e/DasmotoAC/resources/css/style.css#L1-L5

Your font family isn't targeting in the paragraphs and the span tag.

As a general rule if you are using the same font family throughout the whole web site you can just place it in the body tag.


body {
font-family: "Helvetica"; 
}
jrgibb commented 6 years ago

Good to know. I wasn't sure if the font was Helvetica throughout because I didn't see it on the spec sheet. I may have overlooked that but will fix it moving forward.