You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
404 B
JavaScript

define(
({
fontSize: "Ukuran",
fontName: "Font",
formatBlock: "Format",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "monospace",
cursive: "cursive",
fantasy: "fantasy",
noFormat: "None",
p: "Paragraf",
h1: "Judul",
h2: "Sub Judul",
h3: "Sub sub judul",
pre: "Praformat",
1: "xx-kecil",
2: "x-kecil",
3: "kecil",
4: "medium",
5: "besar",
6: "x-besar",
7: "xx-besar"
})
);