Magento 2: How to add Google Font

Magento 2 Developement

You might already check Include static resources (JavaScript, CSS, fonts) article by magento team. They state that to add google font you need to update /Magento_Theme/layout/default_head_blocks.xml with

But as a result it is not working. Correct code is

It wont work without additional parameters. Google fonts used in our tutorial for Slider Revolution: […]

read more