Sha256: 50a12295b5c88bbf154283e2f90d292ee08bd2577d70f1488ede7d3bf94c02c6
Contents?: true
Size: 907 Bytes
Versions: 10
Compression:
Stored size: 907 Bytes
Contents
<h2>Cytoplasm <b>Font Manager</b></h2> <% if @enabled["fontsquirrel"].any? or @enabled["googlewebfonts"].any? %> <hr /> <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 %> <% end %> <% if @installed["fontsquirrel"].any? or @installed["googlewebfonts"].any? %> <hr /> <h3>Installed Fonts</h3> <p>This includes all fonts that are currently installed into this Cytoplasm project.</p> <%=render :partial => 'list', :object => @installed %> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems