Calligraphic-rooted serif. Body-text reliable, screen-friendly. Designed by Cyreal.
Editorial pairings — Lora as the lead voice, supported below.
Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Reading body with geometric, quiet headlines.
View →Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Calligraphic-rooted serif beneath a machined sans.
View →Type is the voice of the page. A typeface paired well becomes a system — display and body holding hands across paragraphs, captions, code blocks. Specimen them next to each other before you commit.
Two warm, editorial siblings — one in each register.
View →Three lines of CSS. No build step, no font-loading library, no FOIT. Cached on Google Fonts CDN.
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400..700&display=swap");
body {
font-family: 'Lora', ui-serif, Georgia, serif;
font-weight: 400;
}