Share
Curious: can we override fonts using CSS/script injection? I'd like to use a different Google font that is not prepopulated on the custom font list.
<style> body { font-family: "Ideal Sans SSm A", "Ideal Sans SSm B", Inter, "Helvetica","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji, "Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols, -apple-system,"BlinkMacSystemFont","Segoe UI","Roboto", "Helvetica Neue","Noto Sans",sans-serif !important; } </style>
Plus the font embed script from typography.com.