Custom Google Fonts
In Ontraport Pages!

1 - Paste the @import embed method into the Header Custom Code section of the page.

<style>
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
</style>

2 - Edit the <style> tag you just added to include a style for the font family you added.

...
body * { font-family: [added family] !important; }
</style>
3 - Preview the page.
[bot_catcher]