💄 Fix some rendering inconsistencies
This commit is contained in:
@@ -186,6 +186,12 @@ $geist-font-path: "../fonts/Geist";
|
|||||||
|
|
||||||
$transition-duration: 300ms;
|
$transition-duration: 300ms;
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
src: url("#{$geist-font-path}/Geist-Medium.woff2") format("woff2");
|
||||||
|
font-family: "Geist";
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
src: url("#{$geist-font-path}/Geist-Bold.woff2") format("woff2");
|
src: url("#{$geist-font-path}/Geist-Bold.woff2") format("woff2");
|
||||||
font-family: "Geist";
|
font-family: "Geist";
|
||||||
@@ -205,6 +211,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
font-family: "Geist";
|
font-family: "Geist";
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
|
@@ -68,7 +68,7 @@ $modal-max-height: 55vh;
|
|||||||
|
|
||||||
&__placeholder {
|
&__placeholder {
|
||||||
width: calc(100% + (2 * $border-normal-width));
|
width: calc(100% + (2 * $border-normal-width));
|
||||||
height: calc(100% - (2 * $border-normal-width));
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
Reference in New Issue
Block a user