make the typography feel friendlier — rounded sans serif
What changed: hero


View full page before/after


Agent's response
I’ve updated the typography across all sections of the home page (nav, hero, about, services, contact, footer) to use the friendly, rounded sans‑serif font **Nunito**. Each section now includes a Google‑fonts import and a wildcard rule setting `font-family: "Nunito", sans-serif;` so headings, body text, links, and other elements inherit the softer, more approachable look.
Drafts are ready for your review—when you’re happy with the changes, you can publish them to make the new typography live.
Tool calls
list_sections step 1
{
"page": "index.html"
}
set_section_styles step 2
{
"page": "index.html",
"section": "hero",
"css": "@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');\n* { font-family: \"Nunito\", sans-serif; }"
}
set_section_styles step 3
{
"page": "index.html",
"section": "about",
"css": "@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');\n* { font-family: \"Nunito\", sans-serif; }"
}
set_section_styles step 4
{
"page": "index.html",
"section": "services",
"css": "@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');\n* { font-family: \"Nunito\", sans-serif; }"
}
set_section_styles step 5
{
"page": "index.html",
"section": "contact",
"css": "@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');\n* { font-family: \"Nunito\", sans-serif; }"
}
set_section_styles step 6
{
"page": "index.html",
"section": "footer",
"css": "@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');\n* { font-family: \"Nunito\", sans-serif; }"
}
set_section_styles step 7
{
"page": "index.html",
"section": "nav",
"css": "@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');\n* { font-family: \"Nunito\", sans-serif; }"
}