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

Version Path
cytoplasm-0.3.5 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.3.4 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.3.3 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.3.1 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.3.0 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.9 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.8 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.7 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.6 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.5 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.4 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.3 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.2 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.1 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.2.0 app/views/cytoplasm/fonts/index.html.erb
cytoplasm-0.1.9 app/views/cytoplasm/fonts/index.html.erb