deps: bump versions to latest

This commit is contained in:
Henk Verlinde
2022-01-14 09:27:54 +01:00
parent f5d1bae87c
commit e2b4ab23df
8 changed files with 1873 additions and 3441 deletions

View File

@ -1,6 +1,6 @@
/* jost-regular - latin */
@font-face {
font-family: "Jost";
font-family: Jost;
font-style: normal;
font-weight: 400;
font-display: swap;
@ -12,7 +12,7 @@
/* jost-500 - latin */
@font-face {
font-family: "Jost";
font-family: Jost;
font-style: normal;
font-weight: 500;
font-display: swap;
@ -24,7 +24,7 @@
/* jost-700 - latin */
@font-face {
font-family: "Jost";
font-family: Jost;
font-style: normal;
font-weight: 700;
font-display: swap;
@ -36,7 +36,7 @@
/* jost-italic - latin */
@font-face {
font-family: "Jost";
font-family: Jost;
font-style: italic;
font-weight: 400;
font-display: swap;
@ -48,7 +48,7 @@
/* jost-500italic - latin */
@font-face {
font-family: "Jost";
font-family: Jost;
font-style: italic;
font-weight: 500;
font-display: swap;
@ -60,7 +60,7 @@
/* jost-700italic - latin */
@font-face {
font-family: "Jost";
font-family: Jost;
font-style: italic;
font-weight: 700;
font-display: swap;

View File

@ -15,6 +15,7 @@ $black: #000;
$yellow: #ffe000;
$black: #1d2d35;
$beige: #fbf7f0;
// $red: #e55235;
$purple: #5d2f86;
$brown: #aa9c84;