on-codemerge
Version:
A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product
122 lines (121 loc) • 1.43 kB
JavaScript
const p = [
"Arial",
"Arial Black",
"Verdana",
"Tahoma",
"Trebuchet MS",
"Times New Roman",
"Georgia",
"Garamond",
"Courier New",
"Brush Script MT",
"Comic Sans MS",
"Impact",
"Lucida Console",
"Palatino",
"Garamond",
"Bookman",
"Avant Garde",
"Courier",
"Helvetica",
"Geneva",
"Optima",
"Futura",
"Baskerville",
"Didot",
"American Typewriter",
"Andale Mono",
"Monaco",
"Bradley Hand",
"Chalkduster",
"Copperplate",
"Papyrus",
"Trattatello",
"Snell Roundhand",
"Zapfino",
"Herculanum"
], x = [
"8px",
"9px",
"10px",
"11px",
"12px",
"13px",
"14px",
"15px",
"16px",
"17px",
"18px",
"19px",
"20px",
"21px",
"22px",
"23px",
"24px",
"25px",
"26px",
"27px",
"28px",
"29px",
"30px",
"31px",
"32px",
"33px",
"34px",
"35px",
"36px",
"37px",
"38px",
"39px",
"40px",
"41px",
"42px",
"43px",
"44px",
"45px",
"46px",
"47px",
"48px",
"49px",
"50px",
"51px",
"52px",
"53px",
"54px",
"55px",
"56px",
"57px",
"58px",
"59px",
"60px",
"61px",
"62px",
"63px",
"64px",
"65px",
"66px",
"67px",
"68px",
"69px",
"70px",
"71px",
"72px"
], a = [
"normal",
"0.75",
"1",
"1.15",
"1.25",
"1.35",
"1.5",
"1.75",
"2",
"2.5",
"3",
"16px"
];
export {
p as DEFAULT_FONT_FAMILIES,
x as DEFAULT_FONT_SIZES,
a as DEFAULT_LINE_HEIGHTS
};