Open mml1 opened 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;
font-family: Helvetica;
font-family: "Helvetica", sans-serif;
https://github.com/Shark3210/prj-rev-bwfs-dasmoto/blob/master/DasmotoProject/resources/css/style.css#L13
For the alternative font-family why is it also not in quotation marks?
Remember to have an alternative font-family, just in case the font is not available to your user.
Change
font-family: Helvetica;
tofont-family: "Helvetica", sans-serif;
https://github.com/Shark3210/prj-rev-bwfs-dasmoto/blob/master/DasmotoProject/resources/css/style.css#L13