Stylistic font changes and config

This commit is contained in:
Moris Zen
2018-09-05 21:51:30 +02:00
parent 290f3e4080
commit d65899a6ad
6 changed files with 42 additions and 19 deletions

View File

@@ -2909,14 +2909,18 @@ table {
}
.leading-normal {
line-height: 1.5;
line-height: 1.7;
}
.leading-loose {
line-height: 1.75;
line-height: 1.8;
}
.leading-looser {
line-height: 1.9;
}
.leading-loosest {
line-height: 2;
}
@@ -8067,14 +8071,18 @@ table {
}
.sm\:leading-normal {
line-height: 1.5;
line-height: 1.7;
}
.sm\:leading-loose {
line-height: 1.75;
line-height: 1.8;
}
.sm\:leading-looser {
line-height: 1.9;
}
.sm\:leading-loosest {
line-height: 2;
}
@@ -13210,14 +13218,18 @@ table {
}
.md\:leading-normal {
line-height: 1.5;
line-height: 1.7;
}
.md\:leading-loose {
line-height: 1.75;
line-height: 1.8;
}
.md\:leading-looser {
line-height: 1.9;
}
.md\:leading-loosest {
line-height: 2;
}
@@ -18353,14 +18365,18 @@ table {
}
.lg\:leading-normal {
line-height: 1.5;
line-height: 1.7;
}
.lg\:leading-loose {
line-height: 1.75;
line-height: 1.8;
}
.lg\:leading-looser {
line-height: 1.9;
}
.lg\:leading-loosest {
line-height: 2;
}
@@ -23496,14 +23512,18 @@ table {
}
.xl\:leading-normal {
line-height: 1.5;
line-height: 1.7;
}
.xl\:leading-loose {
line-height: 1.75;
line-height: 1.8;
}
.xl\:leading-looser {
line-height: 1.9;
}
.xl\:leading-loosest {
line-height: 2;
}