Sha256: 06c97e0e67c37a289c3d6cbc63c1063e1ace4bdf6732b9fa56f757ca629048a2

Contents?: true

Size: 517 Bytes

Versions: 7

Compression:

Stored size: 517 Bytes

Contents

<% content_for :heading do %>
  Typography
<% end %>

<% content_for :description do %>
  <p>These guidelines summarize how use typography at Decidim, and serve as guardrails for designers to design freely with best typographic practices in mind</p>
<% end %>

<% content_for :toc do %>
  <% typography_sections.each do |section| %>
    <%= link_to(section_text(section), "##{section[:id]}") %>
  <% end %>
<% end %>

<%= render partial: "decidim/design/shared/sections", locals: { sections: typography_sections } %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-design-0.28.4 app/views/decidim/design/foundations/typography.html.erb
decidim-design-0.28.3 app/views/decidim/design/foundations/typography.html.erb
decidim-design-0.28.2 app/views/decidim/design/foundations/typography.html.erb
decidim-design-0.28.1 app/views/decidim/design/foundations/typography.html.erb
decidim-design-0.28.0 app/views/decidim/design/foundations/typography.html.erb
decidim-design-0.28.0.rc5 app/views/decidim/design/foundations/typography.html.erb
decidim-design-0.28.0.rc4 app/views/decidim/design/foundations/typography.html.erb