Make it more mobile-friendly and add page loader.
This commit is contained in:
parent
709d08f94e
commit
ee8bda15e1
13 changed files with 208 additions and 61 deletions
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
/* General */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Source Code';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -39,6 +40,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Source Sans';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -46,6 +48,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Source Serif';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -54,6 +57,7 @@
|
|||
|
||||
/* Technical */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'DM Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -61,6 +65,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'DM Sans';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -68,6 +73,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Tiny5';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
|
|
@ -76,6 +82,7 @@
|
|||
|
||||
/* Visual */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Plaster';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
|
|
@ -83,6 +90,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Rubik';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -91,6 +99,7 @@
|
|||
|
||||
/* Words */
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'EB Garamond';
|
||||
font-style: italic;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -98,6 +107,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'EB Garamond';
|
||||
font-style: normal;
|
||||
font-weight: 100 700;
|
||||
|
|
@ -105,6 +115,7 @@
|
|||
}
|
||||
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'Playfair Display SC';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue