How to add custom fonts to your Notion site

PHOTO EMBED

Thu Jan 27 2022 19:12:18 GMT+0000 (Coordinated Universal Time)

Saved by @nlpwshiyi #javascript

<link rel="preconnect" href="https://fonts.gstatic.com"> 
<link href="https://fonts.googleapis.com/css2?family=Monda:wght@100;300;400;600;700;800;900&display=swap" rel="stylesheet">

<style>
    .notion.notion-app {
        font-family: "Monda" !important;
    }
</style>
content_copyCOPY

https://potion.so/guides/adding-custom-fonts-to-notion