Cytoplasm Font Settings


<% if @enabled["fontsquirrel"].any? or @enabled["googlewebfonts"].any? %>

Enabled Fonts

The following fonts are being loaded into every page of your site. To use them, simply add a font-family CSS rule referencing the CSS Name to any element.

Remember: less is more! Loading tons of fonts can severely affect page load times, and using more than a few at a time is widely considered poor design practice anyway. It is recommended that you simply disable any fonts that you aren't using.

<%=render :partial => 'list', :object => @enabled %>
<% end %> <% if @installed["fontsquirrel"].any? or @installed["googlewebfonts"].any? %>

Installed Fonts

This includes all fonts that are currently installed into this Cytoplasm project.

<%=render :partial => 'list', :object => @installed %>
<% end %>

Install New Fonts

<%=render :partial => 'installer'%>

Layout Font Settings

<%=render :partial => "layout_settings" %>