relative font path
This commit is contained in:
parent
54030dcba9
commit
0c6e9fb32c
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-stretch: normal;
|
font-stretch: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/assets/woff2/iosevka-waffle-regular.woff2") format("woff2");
|
src: url("assets/woff2/iosevka-waffle-regular.woff2") format("woff2");
|
||||||
font-display: fallback;
|
font-display: fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-stretch: normal;
|
font-stretch: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/assets/woff2/iosevka-waffle-bold.woff2") format("woff2");
|
src: url("assets/woff2/iosevka-waffle-bold.woff2") format("woff2");
|
||||||
font-display: fallback;
|
font-display: fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-stretch: normal;
|
font-stretch: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/assets/woff2/iosevka-waffle-light.woff2") format("woff2");
|
src: url("assets/woff2/iosevka-waffle-light.woff2") format("woff2");
|
||||||
font-display: fallback;
|
font-display: fallback;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -216,6 +216,7 @@ body {
|
||||||
background-color: var(--background-color-2);
|
background-color: var(--background-color-2);
|
||||||
border-radius: var(--radius-lg);
|
border-radius: var(--radius-lg);
|
||||||
contain: content;
|
contain: content;
|
||||||
|
box-shadow: 0px 0px 8px rgba(91, 91, 97, 0.144);
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
|
Loading…
Reference in a new issue