I set additional fonts in .css
. The paths are all correct, for the flask
sees them. When the page loads, these fonts are not displayed. Firefox writes the following error:
downloadable font: rejected by sanitizer (font-family: "Montserrat-Regular" style:normal weight:normal stretch:normal src index:0) source: http://192.168.0.101/static/fonts/Montserrat-Regular.ttf
my .css
@font-face { font-family: 'Montserrat-Regular'; src: url(../static/fonts/Montserrat-Regular.ttf) format('truetype'); }