mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
36 lines
752 B
JSON
36 lines
752 B
JSON
{
|
|
"title": "compact",
|
|
"description": "A compact résumé theme for FluentCV.",
|
|
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
|
|
"engine": "handlebars",
|
|
"inherits": {
|
|
"txt": "basis",
|
|
"md": "basis"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|