@smartface/contx
Advanced tools
Comparing version 1.3.0-rc.2 to 1.3.0-rc.3
@@ -200,3 +200,3 @@ (function (global, factory) { | ||
} else { | ||
res = _font2.default.create(font.family + (font.style ? "-" + font.style : ""), font.size); | ||
res = _font2.default.create(font.family + (font.style ? "-" + font.style : ""), font.size || 16); | ||
//console.log(`Font.create(${font.family + (font.style ? "-" + font.style : "")}, ${font.size || 16})`); | ||
@@ -203,0 +203,0 @@ } |
{ | ||
"name": "@smartface/contx", | ||
"version": "1.3.0-rc.2", | ||
"version": "1.3.0-rc.3", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
94812