Sha256: 48be669ee32f5aa5115feca0aad444d4151bf0862cbb1a7eec2f907cbe1a56e7

Contents?: true

Size: 1.32 KB

Versions: 7

Compression:

Stored size: 1.32 KB

Contents

<header class="toadstool_header">
	<h1>typography</h1>
</header>

<%#= partial :"typography/general_typography" %>
<section id="generalTypography">
  <%= partial :'shared/_toadstool_subheader', :locals => { 
:header => 'general typography', :text => "Toadstool's typograhy is mainly maintained via the <code>_config.scss</code> file. For more detailed information, see <a href='http://goo.gl/Hl8po' target='_blank'>Stipe's typography documentation.</a>"
} %>
  <%= html_example 'ui_patterns/typography/_body_copy'  %>
  <%= sass_example '_typography' %>
  <%= sass_example '_config' %>
</section>

<section id="headings">
  <%= partial :'shared/_toadstool_subheader', :locals => { 
:header => 'headings', :text => "In Toadstool, presentation is 100% separated from content and markup, this goes for typography too. Heading styles are not beholden to heading tags, but applied via slient classes to the appropriate semantic markup or class as needed."
} %>
  <%= html_example 'ui_patterns/typography/_headings' %>
  <%#= sass_example '_typography' %>
  <%#= sass_example '_config' %>
</section>


<%#= partial :"typography/web_fonts" %>

<%#= partial :"typography/headings" %>

<%#= partial :"typography/vertical_rhythm" %>

<%#= partial :"typography/body_copy" %>

<%#= partial :"typography/body_links" %>

<footer class="toadstool_footer"></footer>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
toadstool-0.0.0.10 lib/templates/project/views/typography.erb
toadstool-0.0.0.9 lib/templates/project/views/typography.erb
toadstool-0.0.0.8 lib/templates/project/views/typography.erb
toadstool-0.0.0.7 lib/templates/project/views/typography.erb
toadstool-0.0.0.5 lib/templates/project/views/typography.erb
toadstool-0.0.0.4 lib/templates/project/views/typography.erb
toadstool-0.0.0.3 lib/templates/project/views/typography.erb