diff --git a/docs/styles.css b/docs/styles.css index 35aeb18..8f8ac72 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap'); + *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { @@ -14,7 +16,7 @@ } body { - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; + font-family: 'IBM Plex Sans', system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6;