summaryrefslogtreecommitdiffstats
path: root/src/_general.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_general.scss')
-rw-r--r--src/_general.scss10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/_general.scss b/src/_general.scss
index 1e7c180..54df879 100644
--- a/src/_general.scss
+++ b/src/_general.scss
@@ -1,7 +1,5 @@
1@use 'iro-sass/src/index' as iro; 1@use 'iro-sass/src/index' as iro;
2@use 'mixins/typography';
3@use 'functions' as fn; 2@use 'functions' as fn;
4@use 'vars';
5 3
6html, 4html,
7body { 5body {
@@ -9,7 +7,7 @@ body {
9} 7}
10 8
11body { 9body {
12 @include typography.set-font(vars.$font--main, (size: fn.dim(--font-size --md))); 10 @include fn.set-font(--standard, (--size: fn.dim(--font-size --md)));
13 11
14 margin: 0; 12 margin: 0;
15 padding: 0; 13 padding: 0;
@@ -23,9 +21,9 @@ h3,
23h4, 21h4,
24h5, 22h5,
25h6 { 23h6 {
26 @include typography.set-font(vars.$font--main, (size: fn.dim(--font-size --md), weight: 400)); 24 margin: 0;
27 25 font-size: fn.dim(--font-size --md);
28 margin: 0; 26 font-weight: normal;
29} 27}
30 28
31p { 29p {