diff --git a/examples/nextjs-spa/src/styles/Dashboard.module.css b/examples/nextjs-spa/src/styles/Dashboard.module.css index 8574250af..d2611c6dd 100644 --- a/examples/nextjs-spa/src/styles/Dashboard.module.css +++ b/examples/nextjs-spa/src/styles/Dashboard.module.css @@ -110,8 +110,15 @@ border-radius: 5px; padding: 0.75rem; font-size: 1.1rem; - font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, - Bitstream Vera Sans Mono, Courier New, monospace; + font-family: + Menlo, + Monaco, + Lucida Console, + Liberation Mono, + DejaVu Sans Mono, + Bitstream Vera Sans Mono, + Courier New, + monospace; } .grid { @@ -130,7 +137,9 @@ text-decoration: none; border: 1px solid #eaeaea; border-radius: 10px; - transition: color 0.15s ease, border-color 0.15s ease; + transition: + color 0.15s ease, + border-color 0.15s ease; max-width: 300px; } diff --git a/examples/nextjs-spa/src/styles/globals.css b/examples/nextjs-spa/src/styles/globals.css index 115ba7521..5ce7b9194 100644 --- a/examples/nextjs-spa/src/styles/globals.css +++ b/examples/nextjs-spa/src/styles/globals.css @@ -1,7 +1,17 @@ html, body { - font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, - Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + font-family: + -apple-system, + BlinkMacSystemFont, + Segoe UI, + Roboto, + Oxygen, + Ubuntu, + Cantarell, + Fira Sans, + Droid Sans, + Helvetica Neue, + sans-serif; display: flex; diff --git a/examples/preact-spa/index.html b/examples/preact-spa/index.html index ed0f5bbd7..40366c3ed 100644 --- a/examples/preact-spa/index.html +++ b/examples/preact-spa/index.html @@ -1,4 +1,4 @@ - +
diff --git a/examples/react-spa/index.html b/examples/react-spa/index.html index e0d1c8408..e4b78eae1 100644 --- a/examples/react-spa/index.html +++ b/examples/react-spa/index.html @@ -1,4 +1,4 @@ - + diff --git a/playwright/index.html b/playwright/index.html index cb5ed8f0f..b4577041a 100644 --- a/playwright/index.html +++ b/playwright/index.html @@ -1,4 +1,4 @@ - + diff --git a/src/assets/inter-font.css b/src/assets/inter-font.css index 3b3edb085..75f96f06d 100644 --- a/src/assets/inter-font.css +++ b/src/assets/inter-font.css @@ -3,7 +3,8 @@ font-style: normal; font-weight: 400; font-display: swap; - src: url("inter/Inter-Regular.woff2?v=3.19") format("woff2"), + src: + url("inter/Inter-Regular.woff2?v=3.19") format("woff2"), url("inter/Inter-Regular.woff?v=3.19") format("woff"); } @@ -12,7 +13,8 @@ font-style: normal; font-weight: 700; font-display: swap; - src: url("inter/Inter-Bold.woff2?v=3.19") format("woff2"), + src: + url("inter/Inter-Bold.woff2?v=3.19") format("woff2"), url("inter/Inter-Bold.woff?v=3.19") format("woff"); } @@ -21,6 +23,7 @@ font-style: normal; font-weight: 600; font-display: swap; - src: url("inter/Inter-SemiBold.woff2?v=3.19") format("woff2"), + src: + url("inter/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("inter/Inter-SemiBold.woff?v=3.19") format("woff"); }