So I am aware that we can use HTML to format text to some extent, and that basic formatting like bold/italics carry over seamlessly from Google-sheets/Excel into the program.
I was wondering if it's possible to use this font called 'Kosugi Maru'.
It is available on Google's Font Directory and they have some instructions on how to use it on webpages with some code snippets such as
- Code: Select all
<style>
@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru');
</style>
Is there a way to use this font on FCD on iOS?
It's not super important, but I thought I might ask anyway

Thank you!