💄 Fix some rendering inconsistencies

This commit is contained in:
2024-04-06 12:16:18 +02:00
parent 39ff4122c9
commit 9cfc0841df
2 changed files with 8 additions and 1 deletions

View File

@@ -186,6 +186,12 @@ $geist-font-path: "../fonts/Geist";
$transition-duration: 300ms;
@font-face {
src: url("#{$geist-font-path}/Geist-Medium.woff2") format("woff2");
font-family: "Geist";
font-weight: normal;
}
@font-face {
src: url("#{$geist-font-path}/Geist-Bold.woff2") format("woff2");
font-family: "Geist";
@@ -205,6 +211,7 @@ body {
width: 100%;
font-family: "Geist";
font-weight: normal;
}
::selection {

View File

@@ -68,7 +68,7 @@ $modal-max-height: 55vh;
&__placeholder {
width: calc(100% + (2 * $border-normal-width));
height: calc(100% - (2 * $border-normal-width));
height: 100%;
}
svg {