UI/UX DesignFigma Community · Free Template100% Complete
Modern CV / Resume↗
A clearer way to tell your professional story.
FIGMA DESIGN SYSTEMModern CV / Resume
A minimal, multi-layout CV template for developers, designers, and technology professionals. Structured grids, reusable sections, and customizable tokens make the system adaptable.
A clean, modern, and minimalist CV / Resume template and design system published on Figma Community with precise typographic hierarchy and modular auto-layouts.
Key Engineering Highlights
01
Modular auto-layout components with flexible single and two-column resume structures.
02
Systematic typography scaling, WCAG AA contrast compliance, and refined negative space.
03
Published on Figma Community with customizable design tokens for print and digital PDF export.
PRODUCTION IMPLEMENTATION
Under the hood.
An illustrative snippet demonstrating the core architecture, data pipelines, and engine logic.
typescript
// Modern CV / Resume Template — Figma Design Token Specification
export const ResumeDesignTokens = {
typography: {
heading: { font: "Inter / Instrument Sans", size: "24pt", weight: 700, lineSpacing: "1.2" },
subheading: { font: "Inter / Instrument Sans", size: "14pt", weight: 600, lineSpacing: "1.3" },
body: { font: "Inter", size: "10pt", weight: 400, lineSpacing: "1.5" },
monoMeta: { font: "JetBrains Mono", size: "8.5pt", weight: 500 }
},
grid: {
columns: 12,
marginPt: 36,
gutterPt: 16,
pageFormat: "A4 / US Letter (Auto-Layout Compatible)"
},
export: ["PDF High-Res", "ATS Optimized Text", "Figma Interactive Components"]
};NEXT PROJECT