use a serif font for the headings — feels more boutique

Base site
Category
brand-style
Tools called
5
Duration
54.1s
HTML diff
Changed
Example ID
L-102

What changed: hero

Before
Before — hero
After
After — hero
View full page before/after
Full page · Before
Before (full page)
Full page · After
After (full page)

Agent's response

I’ve updated the heading fonts across all sections (hero, about, services, contact) to use a serif — Playfair Display — giving the site a more boutique feel. The changes are saved as drafts; you can review and publish them when ready.

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=Playfair+Display:wght@400;600&display=swap');\nh1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }"
}
set_section_styles step 3
{
  "page": "index.html",
  "section": "about",
  "css": "@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');\nh1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }"
}
set_section_styles step 4
{
  "page": "index.html",
  "section": "services",
  "css": "@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');\nh1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }"
}
set_section_styles step 5
{
  "page": "index.html",
  "section": "contact",
  "css": "@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap');\nh1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; }"
}