1
0
Fork 0
forked from rolsf/rolsf.xyz

fix the font in h(n) in style.css

This commit is contained in:
Ohio2 2023-07-11 00:46:13 +02:00
parent c24311b9d2
commit 0efa840821
No known key found for this signature in database
GPG key ID: 134ECEE55213BFBC

3
dist/style.css vendored
View file

@ -5,7 +5,6 @@
font-stretch: 75% 125%;
font-style: normal;
}
:root {
--bg-1: #dad4c9;
--bg: #eeeeee;
@ -130,7 +129,7 @@ p {margin-bottom: 1rem;}
h1, h2, h3, h4, h5 {
margin: var(--space-sm) 0 var(--space-xs);
font-family: 'Poppins', sans-serif;
font-family: 'Manrope', sans-serif;
font-weight: 400;
line-height: 1.3;
}