Loading...
 
Skip to main content

History: Fonts

Source of version: 7 (current)

Copy to clipboard
            This profile is to set ((doc:Google Web Fonts)).

You can easily change to another font.

{CODE(caption="YAML" colors="yaml")}
preferences:
 header_custom_css: "html > body, *:first-child + html body { font-family: 'Ubuntu', sans-serif }"
 feature_custom_html_head_content: <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
 jquery_ui_selectmenu: y
{CODE}