mirror of
https://github.com/midou36o/midou36o.github.io
synced 2025-02-20 06:17:33 +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 />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style uno-safelist>
|
<style lang="scss">
|
||||||
/* I HATE OVERWRITING STYLES I HATE OVERWRITING STYLES */
|
/* I HATE OVERWRITING STYLES I HATE OVERWRITING STYLES */
|
||||||
.blog :global(h1) {
|
.blog :global(h1) {
|
||||||
@apply text-5xl font-bold;
|
@apply text-5xl font-bold;
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
@import url(https://fonts.bunny.net/css?family=outfit);
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--purple-color: #7a00ec;
|
--purple-color: #7a00ec;
|
||||||
--brighter-purple-color: #9d41f3;
|
--brighter-purple-color: #9d41f3;
|
||||||
@ -5,6 +7,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
font-family: 'outfit', 'Comic Sans MS', cursive, sans-serif !important;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
@ -48,7 +51,6 @@ body {
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user