|
|
|
|
|
by gymbeaux
866 days ago
|
|
StsckOverflow for sure, but at quick glance: - vh is an interesting choice for units. I’ve been out of the game for a couple of years but I don’t think that’s what you want to use (or vw for that matter). - fonts are loaded from the device the webpage is being loaded from. To ensure your fonts display on any/all devices, regardless of whether they have the font installed locally, use something like Google Fonts to add a link to the fonts in your HTML. |
|