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