update for new deploy
This commit is contained in:
10
index.html
10
index.html
@ -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>
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user