Fonts support in CMS Theme.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / ui / CmsTheme.java
index 4b3d186f7ae47cb3e2059befb3bd7376b781d595..e5089e35f65716ef02de5d15e4c73068f682f54c 100644 (file)
@@ -31,6 +31,9 @@ public interface CmsTheme {
        /** Relative paths to images such as icons. */
        Set<String> getImagesPaths();
 
+       /** Relative paths to fonts. */
+       Set<String> getFontsPaths();
+
        /** Tags to be added to the header section of the HTML page. */
        String getHtmlHeaders();