Install
openclaw skills install google-fontsLoad Google Fonts with proper performance, subsetting, and proven font pairings.
openclaw skills install google-fontsdisplay=swap causes invisible text until font loads—always add it to URLwght@400;600;700 not the entire family—each unused weight wastes ~20KB<link rel="preconnect" href="https://fonts.googleapis.com"> and <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>wght@100..900 syntax for variable—downloads single file instead of multiplefont-weight: 450 works with any value in range&subset=latin-ext if you need Polish, Vietnamese, etc.Serif + Sans-Serif (classic contrast):
Sans-Serif only (modern/clean):
Tech/Startup:
Display fonts (headings only):
font-weight: 600 won't work if you only loaded 400 and 700font-family: 'Inter', system-ui, sans-seriffont-display: swap needed in your @font-face