update for new deploy

This commit is contained in:
2021-12-09 12:13:03 +11:00
parent 222764fd53
commit a9e8ace112
11 changed files with 22 additions and 111 deletions

View File

@ -9,7 +9,7 @@
box-sizing: border-box;
}
body {
background-image: url(assets/laputa.webp);
background-image: url(assets.v1/laputa.webp);
/* todo: revist image-set */
background-position-x: center;
background-size: cover;
@ -109,7 +109,7 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url(assets/merriweather-regular.woff2) format('woff2');
src: url(assets.v1/merriweather-regular.woff2) format('woff2');
}
@font-face {
@ -117,7 +117,7 @@
font-style: normal;
font-weight: 300;
font-display: block;
src: url(assets/merriweather-light.woff2) format('woff2');
src: url(assets.v1/merriweather-light.woff2) format('woff2');
}
@font-face {
@ -125,7 +125,7 @@
font-style: normal;
font-weight: 900;
font-display: block;
src: url(assets/merriweather-black.woff2) format('woff2');
src: url(assets.v1/merriweather-black.woff2) format('woff2');
}
@font-face {
@ -133,7 +133,7 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url(assets/inter-regular.woff2) format('woff2');
src: url(assets.v1/inter-regular.woff2) format('woff2');
}
</style>
<!--