lighthouse css

This commit is contained in:
Zakhar 2026-06-21 13:18:01 +03:00
parent c020942e8b
commit f053978972

View File

@ -16,6 +16,13 @@
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript>
<link
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
rel="stylesheet"
type="text/css"
/>
</noscript>
<style>
html, body {height: 100vh;overflow: hidden;}
body {background: #FCFFFB;padding:0;margin:0;font-family: 'Onest', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;}