extracted strings from fonts tab

This commit is contained in:
Amruth Pillai
2020-03-30 11:16:37 +05:30
parent a30c9ffd4b
commit 154e4d22a8
4 changed files with 27 additions and 13 deletions
@@ -0,0 +1,7 @@
{
"title": "Fonts",
"fontFamily": {
"label": "Font Family",
"helpText": "You can use any font that is installed on your system as well. Just enter the name of the font family here and the browser would load it up for you."
}
}
@@ -1,7 +1,9 @@
import templates from './templates.json';
import colors from './colors.json';
import fonts from './fonts.json';
export default {
templates,
colors,
fonts,
};