font.js 202 Bytes
Newer Older
Kim Gyeongeun committed
1 2 3 4 5
var os = (navigator.appVersion.indexOf ("Win", 0) != -1) ? "win" : "mac";

if (os == "win" || os == "mac") {
	document.write ('<link rel="stylesheet" type="text/css" href="/web/css/' + os + '.css">');
}