返回传入字体对象指定格式(woff2 或 woff)的 CDN 地址。
woff2
woff
font | font_url(format=format) returns [string]
font | font_url(format=format)
font font: font对象。
font
format string: 字体文件格式(woff2 或 woff),默认 woff2。
format
string
{{ settings.sort_title_font | font_url() }}{{ settings.sort_title_font | font_url(format="woff") }}