Shark3210 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Missing Alternative font-family #5

Open mml1 opened 6 years ago

mml1 commented 6 years ago

Remember to have an alternative font-family, just in case the font is not available to your user.

Change font-family: Helvetica; to font-family: "Helvetica", sans-serif;

https://github.com/Shark3210/prj-rev-bwfs-dasmoto/blob/master/DasmotoProject/resources/css/style.css#L13

Shark3210 commented 6 years ago

For the alternative font-family why is it also not in quotation marks?