Check out the demo.
This template is created by DesignerUp. You can buy it ($30) and duplicate it here.
Â
How to use this Template
- Click the template link above.
- Duplicate the template in the top right corner.
- Use your new Notion Url for the page in the Potion Dashboard when setting up the site.
- After creating the site, in the Potion dashboard under Snippet Injection, copy and paste the following code 👇
<style> @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap'); :root { --bg-color: #ffffff; --fg-color: #373530; } .notion-page { width: 720px; } .notion { font-size: 16px; } .notion-title, .notion-h-title { font-family: 'Nunito', sans-serif; } .notion-collection-card-body { background: #fafafa; } </style>