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.4.27 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.25 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.24 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.23 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.22 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.21 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.20 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.19 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.18 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.17 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.16 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.15 app/views/workarea/admin/style_guides/typography/_fonts.html.haml
workarea-admin-3.4.14 app/views/workarea/admin/style_guides/typography/_fonts.html.haml