aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css.hh b/src/css.hh
index 56995e62..c3b5c45f 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -175,6 +175,19 @@ typedef enum {
CSS_FONT_WEIGHT_NORMAL,
} CssFontWeightExtensions;
+typedef enum {
+ CSS_FONT_SIZE_LARGE,
+ CSS_FONT_SIZE_LARGER,
+ CSS_FONT_SIZE_MEDIUM,
+ CSS_FONT_SIZE_SMALL,
+ CSS_FONT_SIZE_SMALLER,
+ CSS_FONT_SIZE_XX_LARGE,
+ CSS_FONT_SIZE_XX_SMALL,
+ CSS_FONT_SIZE_X_LARGE,
+ CSS_FONT_SIZE_X_SMALL,
+} CssFontSizeExtensions;
+
+
/**
* \brief This class holds a CSS property and value pair.
*/