WIP: add distrocrafting.html #1

Draft
Ohio2 wants to merge 2 commits from Ohio2/rolsf.xyz:master into master
Showing only changes of commit 0efa840821 - Show all commits

3
dist/style.css vendored
View file

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