1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 15:50:05 +01:00
fresh-themes/themes/positive/theme.json
2016-01-23 20:18:40 -05:00

27 lines
715 B
JSON

{
"title": "positive",
"description": "A conventional résumé theme for FluentCV.",
"author": "hacksalot <hacksalot@indevious.com> (https://github.com/hacksalot)",
"engine": "handlebars",
"inherits": {
"txt": "basis",
"md": "basis"
},
"colors": {
"hyperlink": "C00000"
},
"fonts": {
"all": {
"default": [ "Calibri", "Open Sans", "sans-serif" ],
"heading1": [ "Open Sans", "Helvetica Neue", "Helvetica", "Lato", "sans-serif" ],
"heading2": [ "Helvetica Neue", "Helvetica", "Lato", "sans-serif" ]
},
"doc": {
"title": "Open Sans Light",
"heading1": "Open Sans Light",
"heading2": "Open Sans Light",
"default": "Calibri"
}
}
}