Sha256: 9be9420726faddec562aeb55b0990f805d106b8ad64ef1c4b22527b3ddaa6d41
Contents?: true
Size: 675 Bytes
Versions: 5
Compression:
Stored size: 675 Bytes
Contents
#fonts.style-guide__subsection %h3= link_to_style_guide('typography', 'fonts') %p These are the fonts available to the front-end. %p Primary font, used site wide: .style-guide__example-block %p{ style: "font-family: #{Workarea.config.theme[:font_stacks][Workarea.config.theme[:primary_font_family].to_sym]};" } Primary Font: #{Workarea.config.theme[:primary_font_family]} %p Secondary font, used for headings, buttons etc.: .style-guide__example-block %p{ style: "font-family: #{Workarea.config.theme[:font_stacks][Workarea.config.theme[:secondary_font_family].to_sym]};" } Secondary Font: #{Workarea.config.theme[:secondary_font_family]}
Version data entries
5 entries across 5 versions & 1 rubygems