mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-02-17 06:27:42 +05:30
Force the font on the blog (and everywhere else ig)
This commit is contained in:
parent
30e733d375
commit
1fcc25a0a6
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user