feat: minor font fixes

This commit is contained in:
Travis Fischer
2022-04-06 19:02:02 -04:00
parent 2427570c2f
commit 2a5f2f3912
2 changed files with 10 additions and 2 deletions

View File

@@ -11,11 +11,15 @@ body,
html {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
scroll-behavior: smooth;
}
body {
--notion-font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', 'Noto Sans', sans-serif;
font-family: var(--notion-font);
overflow-x: hidden;
}

View File

@@ -96,6 +96,10 @@
filter: brightness(120%);
}
.notion-collection-card-body {
padding: 10px;
}
/* only target safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
_::-webkit-full-page-media,