Sha256: 538b170a27db4af749df79deae37ca02ac835e25cb6ba1599865efb9ff9be58e

Contents?: true

Size: 945 Bytes

Versions: 3

Compression:

Stored size: 945 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'%>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cytoplasm-0.1.8 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.1.7 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.1.6 app/views/cytoplasm/fonts/index.html.erb