mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
feat: minor font fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user