1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-06 00:40:06 +01:00
fresh-themes/themes/compact/theme.json

36 lines
752 B
JSON
Raw Normal View History

2015-12-06 21:29:23 +00:00
{
2015-12-16 21:18:56 +00:00
"title": "compact",
2015-12-11 08:47:16 +00:00
"description": "A compact résumé theme for FluentCV.",
2016-01-05 13:48:09 +00:00
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"engine": "handlebars",
"inherits": {
"txt": "basis",
"md": "basis"
2016-01-22 09:53:52 +00:00
},
"fonts": {
"all": {
"default": ["Calibri", "Helvetica Neue", "Helvetica", "Segoe UI", "sans-serif"],
"title": [ "Calibri" ],
"heading3": [ "Calibri" ]
},
"doc": {
"default": {
"name": "Calibri",
"size": 20
},
"heading1": {
"name": "Calibri",
"size": 20
},
"heading3": {
"name": "Calibri",
"size": 20
},
"title": {
"name": "Calibri",
"size": 20
}
}
}
2015-12-06 21:29:23 +00:00
}