Add typewriter library, restructure and design

This commit is contained in:
Moris Zen
2018-08-24 00:08:54 +02:00
parent 2ba9fe23fd
commit bd3d3724da
19 changed files with 482 additions and 78 deletions

View File

@@ -2741,7 +2741,7 @@ table {
}
.font-sans {
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.font-text {
@@ -2913,6 +2913,10 @@ table {
}
.leading-loose {
line-height: 1.75;
}
.leading-looser {
line-height: 2;
}
@@ -7875,7 +7879,7 @@ table {
}
.sm\:font-sans {
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.sm\:font-text {
@@ -8047,6 +8051,10 @@ table {
}
.sm\:leading-loose {
line-height: 1.75;
}
.sm\:leading-looser {
line-height: 2;
}
@@ -12994,7 +13002,7 @@ table {
}
.md\:font-sans {
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.md\:font-text {
@@ -13166,6 +13174,10 @@ table {
}
.md\:leading-loose {
line-height: 1.75;
}
.md\:leading-looser {
line-height: 2;
}
@@ -18113,7 +18125,7 @@ table {
}
.lg\:font-sans {
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.lg\:font-text {
@@ -18285,6 +18297,10 @@ table {
}
.lg\:leading-loose {
line-height: 1.75;
}
.lg\:leading-looser {
line-height: 2;
}
@@ -23232,7 +23248,7 @@ table {
}
.xl\:font-sans {
font-family: Maven Pro, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.xl\:font-text {
@@ -23404,6 +23420,10 @@ table {
}
.xl\:leading-loose {
line-height: 1.75;
}
.xl\:leading-looser {
line-height: 2;
}