replace the x with the font you want. but only css-supported fonts work. you can find all the css supported fonts here https://www.w3.org/Style/Examples/007/fonts.en.html there might be some that are supported that aren't listed here because i've seen some pages have fonts that aren't here but idk
font:metal;
to change your font you have to do
font-family: x;
replace the x with the font you want. but only css-supported fonts work. you can find all the css supported fonts here https://www.w3.org/Style/Examples/007/fonts.en.html there might be some that are supported that aren't listed here because i've seen some pages have fonts that aren't here but idk