Sha256: f474eff9ae5856db0354c7ffa31b822592946588ff021366a872cf810788e796

Contents?: true

Size: 1 KB

Versions: 62

Compression:

Stored size: 1 KB

Contents

#fonts.style-guide__subsection

  %h3= link_to_style_guide('typography', 'fonts')

  %p These are the fonts available to the front-end.

  %p should provide 'Roboto' via <code>font-weight: normal</code>:
  .style-guide__example-block
    %p{ style: 'font-family: "Roboto"; font-weight: normal;' } Roboto

  %p should provide 'Roboto Medium' via <code>font-weight: 500</code>:
  .style-guide__example-block
    %p{ style: 'font-family: "Roboto"; font-weight: 500;' } Roboto Medium

  %p should provide 'Roboto Bold' via <code>font-weight: bold</code>:
  .style-guide__example-block
    %p{ style: 'font-family: "Roboto"; font-weight: bold;' } Roboto Bold

  %p should provide 'Roboto Mono' via <code>font-weight: normal</code>:
  .style-guide__example-block
    %p{ style: 'font-family: "Roboto Mono"; font-weight: normal;' } Roboto Mono

  %p should provide 'Roboto Mono Bold' via <code>font-weight: bold</code>:
  .style-guide__example-block
    %p{ style: 'font-family: "Roboto Mono"; font-weight: bold;' } Roboto Mono Bold

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.15 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.36 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.14 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.35 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.13 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.34 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.12 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.33 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.11 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.10 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.32 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.9 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.31 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.8 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.30 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.7 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.29 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.6 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.28 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.5 app/views/workarea/admin/style_guides/typography/_fonts.html.haml