Cytoplasm Font Manager


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

Enabled Fonts

These fonts are loaded at runtime. Remember: less is more! Enabling lots of fonts can slow page loading times and clutter up layouts.

<% {"fontsquirrel" => "FontSquirrel","googlewebfonts" => "Google Web Fonts"}.each do |dir,name| %> <% if @enabled[dir].any? %>
<%=name%>
<% end %> <% end %>
<% end %> <% if @installed["fontsquirrel"].any? or @installed["googlewebfonts"].any? %>

Installed Fonts

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

<% {"fontsquirrel" => "FontSquirrel","googlewebfonts" => "Google Web Fonts"}.each do |dir,name| %> <% if @installed[dir].any? %>
<%=name%>
<% end %> <% end %>
<% end %>

Install New Fonts

Automatically enable this font after installing