I want to use “Product Sans” as a font in my flooplan/picture-elements. The problem is that the font is not part of the standard webfonts. Is there a way to imort them?
I found the css format but i dont know how to import that into the yaml
@font-face {
font-family: 'Product Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/productsans/v5/HYvgU2fE2nRJvZ5JFAumwegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}
P.S. i also have the font as a ttf