Sha256: 11b961a62548bfde56c4eaa1772645c9e2aad2b97fa5f07edf9fdb9e400eafe4
Contents?: true
Size: 1.02 KB
Versions: 10
Compression:
Stored size: 1.02 KB
Contents
<h2>Cytoplasm Font Settings</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 %> <h3>Install New Fonts</h3> <%=render :partial => 'installer'%> <h3>Layout Font Settings</h3> <%=render :partial => "layout_settings" %>
Version data entries
10 entries across 10 versions & 1 rubygems