Variable FONT_FAMILYConst
FONT_FAMILY: {
CYBER: "\"Orbitron\", \"Noto Sans KR\", monospace";
KOREAN: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
KOREAN_BATTLE: "\"Noto Sans KR\", Impact, sans-serif";
MONO: "\"Nanum Gothic Coding\", monospace";
PRIMARY: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif";
SECONDARY: "\"Nanum Gothic\", Arial, sans-serif";
SYMBOL: "\"Arial Unicode MS\", Arial, sans-serif";
} = ...
Type Declaration
ReadonlyCYBER: "\"Orbitron\", \"Noto Sans KR\", monospace"
ReadonlyKOREAN: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif"
ReadonlyKOREAN_BATTLE: "\"Noto Sans KR\", Impact, sans-serif"
ReadonlyMONO: "\"Nanum Gothic Coding\", monospace"
ReadonlyPRIMARY: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif"
ReadonlySECONDARY: "\"Nanum Gothic\", Arial, sans-serif"
ReadonlySYMBOL: "\"Arial Unicode MS\", Arial, sans-serif"