Files
typogenie/src-tauri/templates/academic/academic-journal.json
TypoGenie 60f39ed961 feat: port all template categories to JSON format
- Ported Minimalist templates to JSON (Swiss Grid, Brutalist, etc.)
- Ported Tech templates to JSON (SaaS, Terminal, Cyberpunk, etc.)
- Ported Creative templates to JSON (Art Gallery, Zine, Pop Art, etc.)
- Ported Industrial templates to JSON (Blueprint, Factory, Schematic, etc.)
- Ported Nature templates to JSON (Botanical, Ocean, Mountain, etc.)
- Ported Lifestyle templates to JSON (Cookbook, Travel, Coffee House, etc.)
- Ported Vintage templates to JSON (Art Deco, Medieval, Retro 80s, etc.)
- Updated README.md to reflect the new JSON-based style system (example configuration and contribution workflow)
- Completed migration of over 150 styles to the new architecture
2026-02-01 18:51:43 +02:00

313 lines
8.1 KiB
JSON

{
"id": "academic-journal",
"name": "Academic Journal",
"category": "Academic",
"description": "Prestigious journal aesthetic with high-contrast serifs. Designed for readability and authority, evoking the feel of established Ivy League publications.",
"vibe": "Prestigious, Authoritative, Classic",
"googleFontsImport": "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap",
"typography": {
"fonts": {
"heading": "Playfair Display",
"body": "EB Garamond",
"code": "JetBrains Mono"
},
"colors": {
"text": "1A1A1A",
"textSecondary": "4A4A4A",
"background": "FFFCF9",
"accent": "8C1515",
"border": "E0E0E0",
"codeBg": "F2F2F2",
"blockquoteBorder": "8C1515"
}
},
"elements": {
"h1": {
"font": "heading",
"size": 32,
"color": "text",
"bold": true,
"align": "center",
"spacing": {
"before": 36,
"after": 18,
"line": 1.1
}
},
"h2": {
"font": "heading",
"size": 20,
"color": "accent",
"bold": true,
"align": "left",
"spacing": {
"before": 24,
"after": 12,
"line": 1.2
},
"borderBottom": {
"color": "border",
"width": 1,
"style": "solid",
"space": 4
}
},
"h3": {
"font": "heading",
"size": 16,
"color": "text",
"bold": true,
"italic": true,
"align": "left",
"spacing": {
"before": 18,
"after": 9,
"line": 1.25
}
},
"h4": {
"font": "heading",
"size": 14,
"color": "textSecondary",
"bold": true,
"align": "left",
"spacing": {
"before": 16,
"after": 8,
"line": 1.3
}
},
"h5": {
"font": "body",
"size": 12,
"color": "text",
"bold": true,
"align": "left",
"spacing": {
"before": 12,
"after": 6,
"line": 1.4
},
"allCaps": true
},
"h6": {
"font": "body",
"size": 11,
"color": "textSecondary",
"italic": true,
"align": "left",
"spacing": {
"before": 12,
"after": 6,
"line": 1.4
}
},
"p": {
"font": "body",
"size": 12,
"color": "text",
"align": "justify",
"indent": 24,
"spacing": {
"before": 0,
"after": 0,
"line": 1.6
}
},
"blockquote": {
"font": "heading",
"size": 14,
"color": "accent",
"italic": true,
"align": "center",
"spacing": {
"before": 24,
"after": 24,
"line": 1.4
},
"borderTop": {
"color": "accent",
"width": 1,
"style": "single",
"space": 12
},
"borderBottom": {
"color": "accent",
"width": 1,
"style": "single",
"space": 12
}
},
"code": {
"font": "code",
"size": 10,
"color": "text",
"background": "codeBg",
"spacing": {
"before": 0,
"after": 0,
"line": 1
}
},
"pre": {
"font": "code",
"size": 10,
"color": "text",
"background": "codeBg",
"padding": 12,
"spacing": {
"before": 18,
"after": 18,
"line": 1.4
},
"borderLeft": {
"color": "accent",
"width": 3,
"style": "solid",
"space": 0
}
},
"ul": {
"spacing": {
"before": 12,
"after": 12,
"line": 1.6
},
"indent": 36,
"bullet": "disc"
},
"ol": {
"spacing": {
"before": 12,
"after": 12,
"line": 1.6
},
"indent": 36,
"numbering": "decimal"
},
"li": {
"font": "body",
"size": 12,
"color": "text",
"spacing": {
"before": 0,
"after": 0,
"line": 1.6
}
},
"strong": {
"font": "body",
"bold": true
},
"em": {
"font": "body",
"italic": true
},
"a": {
"font": "body",
"color": "accent",
"underline": true
},
"table": {
"spacing": {
"before": 18,
"after": 18,
"line": 1.2
},
"borderTop": {
"color": "text",
"width": 2,
"style": "solid"
},
"borderBottom": {
"color": "text",
"width": 2,
"style": "solid"
}
},
"th": {
"font": "heading",
"size": 11,
"color": "text",
"bold": true,
"background": "F9F9F9",
"padding": 8,
"borderBottom": {
"color": "text",
"width": 1,
"style": "solid"
}
},
"td": {
"font": "body",
"size": 11,
"color": "text",
"padding": 8
},
"hr": {
"spacing": {
"before": 24,
"after": 24
},
"border": {
"color": "accent",
"width": 1,
"style": "doutble",
"space": 2
}
},
"img": {
"align": "center",
"spacing": {
"before": 18,
"after": 18
}
},
"del": {
"font": "body",
"strikethrough": true
},
"sup": {
"font": "body",
"size": 9,
"superScript": true
},
"sub": {
"font": "body",
"size": 9,
"subScript": true
},
"mark": {
"font": "body",
"background": "FCE8E8",
"color": "text"
},
"footnote": {
"font": "body",
"size": 10,
"color": "textSecondary",
"superScript": true
},
"footnoteRef": {
"font": "body",
"size": 10,
"color": "textSecondary",
"spacing": {
"before": 6,
"after": 6,
"line": 1.2
}
}
},
"page": {
"margins": {
"top": 90,
"bottom": 90,
"left": 90,
"right": 90
},
"columns": 1,
"header": true,
"footer": true
}
}