How to add system fonts?

I’d like to add system font into Hype. How can I do that?
I tried to create new font inside Hype, set the name to System font, font-family to -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif and I add this code to the embedded HTML section:
<style> @font-face { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; } </style>

But this didn’t work as expected.

I found this tutorial, maybe I didn’t understand it.

Hype’s documentation might help…

http://tumult.com/hype/documentation/3.0/#typography

1 Like