i have added the style.css in the fonts folder. How must create the paths in this style.css? It does not work for me.
added the style.css under custom > css-file in the Fonts-Manager...
templates/t4_bs5_blank/fonts/roboto-v29-latin/style.css
paths does not work in this style.css...
/ roboto-300 - latin /
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url('roboto-v29-latin-300.eot'); / IE9 Compat Modes /
src: local(''),
url('roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), / IE6-IE8 /
url('roboto-v29-latin-300.woff2') format('woff2'), / Super Modern Browsers /
url('roboto-v29-latin-300.woff') format('woff'), / Modern Browsers /
url('roboto-v29-latin-300.ttf') format('truetype'), / Safari, Android, iOS /
url('roboto-v29-latin-300.svg#Roboto') format('svg'); / Legacy iOS /
}