nonce
This commit is contained in:
parent
ae4a0a95a0
commit
3162d924e2
File diff suppressed because one or more lines are too long
@ -25,9 +25,10 @@
|
|||||||
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
type="text/css"
|
type="text/css"
|
||||||
|
nonce="**MY_PRETTY_CSP_NONCE**"
|
||||||
/>
|
/>
|
||||||
</noscript>
|
</noscript>
|
||||||
<style>
|
<style nonce="**MY_PRETTY_CSP_NONCE**">
|
||||||
html, body {height: 100vh;overflow: hidden;}
|
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;}
|
body {background: #FCFFFB;padding:0;margin:0;font-family: 'Onest', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, sans-serif;}
|
||||||
#scroller {scroll-snap-type: y mandatory;overflow-y: scroll;overflow-x:hidden;height: 100vh;scroll-behavior: smooth;}
|
#scroller {scroll-snap-type: y mandatory;overflow-y: scroll;overflow-x:hidden;height: 100vh;scroll-behavior: smooth;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user