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
Readonly
CYBER: "\"Orbitron\", \"Noto Sans KR\", monospace"
Readonly
KOREAN: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif"
Readonly
KOREAN_BATTLE: "\"Noto Sans KR\", Impact, sans-serif"
Readonly
MONO: "\"Nanum Gothic Coding\", monospace"
Readonly
PRIMARY: "\"Noto Sans KR\", \"Malgun Gothic\", Arial, sans-serif"
Readonly
SECONDARY: "\"Nanum Gothic\", Arial, sans-serif"
Readonly
SYMBOL: "\"Arial Unicode MS\", Arial, sans-serif"