Force the font on the blog (and everywhere else ig)

This commit is contained in:
Midou36O 2023-12-29 23:15:43 +01:00
parent 30e733d375
commit 1fcc25a0a6
Signed by: midou
GPG Key ID: 1D134A95FE521A7A
2 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<slot />
</div>
<style uno-safelist>
<style lang="scss">
/* I HATE OVERWRITING STYLES I HATE OVERWRITING STYLES */
.blog :global(h1) {
@apply text-5xl font-bold;

View File

@ -1,3 +1,5 @@
@import url(https://fonts.bunny.net/css?family=outfit);
:root {
--purple-color: #7a00ec;
--brighter-purple-color: #9d41f3;
@ -5,6 +7,7 @@
}
html {
font-family: 'outfit', 'Comic Sans MS', cursive, sans-serif !important;
height: 100%;
overflow-x: hidden;
scroll-behavior: smooth;
@ -48,7 +51,6 @@ body {
background-size: cover;
height: 100%;
margin: 0px;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}