def send_fonts(path): return send_from_directory(safe_join(app.config['STATIC_FOLDER'], 'fonts'), path)