org.wicketstuff.facebook.plugins.Font Maven / Gradle / Ivy
The newest version!
package org.wicketstuff.facebook.plugins;
/**
*
* @author Till Freier
*
*/
public enum Font
{
ARIAL, LUCIDIA_GRANDE, SEGOE_UI, TAHOMA, TREBUCHET_MS, VERDANA
}