Sha256: 65b0faeaf32d3922d578ad4cd3ccf1ae0aa2e7e655724df12f63b039a68210e6
Contents?: true
Size: 1009 Bytes
Versions: 16
Compression:
Stored size: 1009 Bytes
Contents
<h2>Cytoplasm Font Manager</h2> <hr /> <% if @enabled["fontsquirrel"].any? or @enabled["googlewebfonts"].any? %> <h3>Enabled Fonts</h3> <p>The following fonts are being loaded into every page of your site. To use them, simply add a font-family CSS rule referencing the <b>CSS Name</b> to any element.</p> <p><b>Remember: less is more!</b> 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.</p> <%=render :partial => 'list', :object => @enabled %> <hr /> <% end %> <% if @installed["fontsquirrel"].any? or @installed["googlewebfonts"].any? %> <h3>Installed Fonts</h3> <p>This includes all fonts that are currently installed into this Cytoplasm project.</p> <%=render :partial => 'list', :object => @installed %> <hr /> <% end %> <%=render :partial => 'installer'%> <%=render :partial => "cytoplasm/fonts/style_list.html.erb" %>
Version data entries
16 entries across 16 versions & 1 rubygems