mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
extracted strings from fonts tab
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user