Update font to Jost

This commit is contained in:
Ratan Kulshreshtha 2021-08-05 09:22:32 +05:30
parent 9150be4d8a
commit 7e04990360
1 changed files with 1 additions and 7 deletions

View File

@ -11,6 +11,7 @@ html
scroll-behavior: smooth;
body
font-family: $family-sans-serif;
display: flex;
flex-direction: column;
min-height: 100vh;
@ -26,12 +27,5 @@ section
img[theme="dark"],
picture[theme="dark"],
pre[theme="dark"],
video[theme="dark"]
filter: invert(1) hue-rotate(180deg);
.vimeo[theme="dark"],
.youtube[theme="dark"],
.chart[theme="dark"]
filter: invert(1) hue-rotate(180deg);