inherit
156742
0
Oct 29, 2021 20:56:41 GMT -8
planettv
44
July 2010
planettv
|
Post by planettv on Aug 2, 2018 15:18:04 GMT -8
Forum URL: planettv1.proboards.com/I did google this but I didn't find anything. My question is this: I have my forum's default font set to Comic Sans MS but what I would like to do is set up an alternate default font, Arial, so when the forum is viewed on something where Comic Sans MS is not available then Arial would be used. Is this possible? If it is would this be all I would have to do: This ----> @default_forum_text_font_family: "Comic Sans MS", cursive, sans-serif; to this ----> @default_forum_text_font_family: "Comic Sans MS", "Arial", cursive, sans-serif;
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 2, 2018 15:32:26 GMT -8
Hi, planettv. That's correct. The font-family CSS property falls back on each subsequent font listed when the one specified before it isn't available. It's also worth noting that if a font name consists of a single word it doesn't require quotation marks around it.
|
|
inherit
156742
0
Oct 29, 2021 20:56:41 GMT -8
planettv
44
July 2010
planettv
|
Post by planettv on Aug 2, 2018 15:48:20 GMT -8
Hi, planettv . That's correct. The font-family CSS property falls back on each subsequent font listed when the one specified before it isn't available. It's also worth noting that if a font name consists of a single word it doesn't require quotation marks around it. Thanks for the help. I thought of the option to change that one line while typing my post and wanted to double check before I tried it.
|
|