How do you add custom font for Web only?
I know that I can add font assets but I'd like to keep using system fonts for ios and android.
Do I embed <link> for google fonts in the <head> in index.html?
For example:
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap" rel="stylesheet">