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.27 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.45 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/style_guides/typography/_fonts.html.haml