I’m trying to create a font-family, but can’t figure out how to. I want the default site font to be helvetica neue, which ios devices and now Yosemite support, but I also want to fall back to another font for those who don’t have it.
I tried putting it in the custom code section, but if I don’t choose a font in web flow, it just defaults to Arial.
Hi @Tarongh, you can do this, but you would need to add some custom css to the head section of your site, to list the font families in order that you want to display on your site. As example, the css below, will load the following fonts in order they appear in the css, and use the font family that is available. If the first font is unavailable, the next font will be used if available: