Section B — Short Answer (30 marks) 2. (6 marks) Define “Vinci Sans” as if describing a specific sans-serif typeface: list its likely stylistic features (x-height, terminals, stroke contrast, apertures, terminals). 3. (6 marks) Explain how x-height and cap-height affect legibility in small UI text; give one recommended x-height ratio for UI. 4. (6 marks) Describe three technical font features important for multilingual support and why each matters. 5. (6 marks) Explain the difference between TrueType and OpenType features; give two examples of OpenType features useful in a sans. 6. (6 marks) List five steps to prepare Vinci Sans for web use (from font files to CSS), with one command or code snippet example for @font-face.
/* Use font-display: swap to avoid invisible text during load */ @font-face font-family: 'Vinci Sans'; src: url('vinci-sans.woff2') format('woff2'); font-display: swap; font-weight: 400; vinci sans font
Where Vinci Sans truly shines is in its versatility across weights. Section B — Short Answer (30 marks) 2