🚧 Setup documentation

This commit is contained in:
Freeze455
2021-08-17 12:47:19 +02:00
parent b178ea1ff2
commit f7eca7aeca
6 changed files with 63 additions and 47 deletions

View File

@@ -44,9 +44,10 @@ function isDark () {
}
</script>
<style>
<style lang="scss">
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;700&display=swap');
body {
html, body {
font-family: 'Public Sans', sans-serif;
scroll-behavior: smooth;
}
</style>