diff --git a/src/uxbox/library/fonts.cljs b/src/uxbox/library/fonts.cljs index b1f2d39b8..eb2d4c8a5 100644 --- a/src/uxbox/library/fonts.cljs +++ b/src/uxbox/library/fonts.cljs @@ -46,8 +46,156 @@ {:name "Black Italic" :weight "900" :style "italic"}]} + {:id "opensans" + :name "Open Sans" + :styles [{:name "Extra-Light" + :weight "100" + :style "normal"} + {:name "Extra-Light Italic" + :weight "100" + :style "italic"} + {:name "Light" + :weight "200" + :style "normal"} + {:name "Light Italic" + :weight "200" + :style "italic"} + {:name "Regular" + :weight "normal" + :style "normal"} + {:name "Italic" + :weight "normal" + :style "italic"} + {:name "Semi-Bold" + :weight "500" + :style "normal"} + {:name "Semi-Bold Italic" + :weight "500" + :style "italic"} + {:name "Bold" + :weight "bold" + :style "normal"} + {:name "Bold Italic" + :weight "bold" + :style "italic"} + {:name "Black" + :weight "900" + :style "normal"} + {:name "Black Italic" + :weight "900" + :style "italic"}]} {:id "bebas" :name "Bebas" :styles [{:name "Normal" :weight "normal" - :style "normal"}]}]) + :style "normal"}]} + {:id "gooddog" + :name "Good Dog" + :styles [{:name "Normal" + :weight "normal" + :style "normal"}]} + {:id "caviardreams" + :name "Caviar Dreams" + :styles [{:name "Normal" + :weight "normal" + :style "normal"} + {:name "Normal Italic" + :weight "normal" + :style "italic"} + {:name "Bold" + :weight "bold" + :style "normal"} + {:name "Bold Italic" + :weight "bold" + :style "italic"}]} + {:id "ptsans" + :name "PT Sans" + :styles [{:name "Normal" + :weight "normal" + :style "normal"} + {:name "Normal Italic" + :weight "normal" + :style "italic"} + {:name "Bold" + :weight "bold" + :style "normal"} + {:name "Bold Italic" + :weight "bold" + :style "italic"}]} + {:id "roboto" + :name "Roboto" + :styles [{:name "Extra-Light" + :weight "100" + :style "normal"} + {:name "Extra-Light Italic" + :weight "100" + :style "italic"} + {:name "Light" + :weight "200" + :style "normal"} + {:name "Light Italic" + :weight "200" + :style "italic"} + {:name "Regular" + :weight "normal" + :style "normal"} + {:name "Italic" + :weight "normal" + :style "italic"} + {:name "Semi-Bold" + :weight "500" + :style "normal"} + {:name "Semi-Bold Italic" + :weight "500" + :style "italic"} + {:name "Bold" + :weight "bold" + :style "normal"} + {:name "Bold Italic" + :weight "bold" + :style "italic"} + {:name "Black" + :weight "900" + :style "normal"} + {:name "Black Italic" + :weight "900" + :style "italic"}]} + {:id "robotocondensed" + :name "Roboto Condensed" + :styles [{:name "Extra-Light" + :weight "100" + :style "normal"} + {:name "Extra-Light Italic" + :weight "100" + :style "italic"} + {:name "Light" + :weight "200" + :style "normal"} + {:name "Light Italic" + :weight "200" + :style "italic"} + {:name "Regular" + :weight "normal" + :style "normal"} + {:name "Italic" + :weight "normal" + :style "italic"} + {:name "Semi-Bold" + :weight "500" + :style "normal"} + {:name "Semi-Bold Italic" + :weight "500" + :style "italic"} + {:name "Bold" + :weight "bold" + :style "normal"} + {:name "Bold Italic" + :weight "bold" + :style "italic"} + {:name "Black" + :weight "900" + :style "normal"} + {:name "Black Italic" + :weight "900" + :style "italic"}]} + ])