Loading _config.yml +8 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,11 @@ theme: minima # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ # Fonts for the site fonts: primary: century-gothic secondary: sans-serif No newline at end of file assets/css/style.css +4 −1 Original line number Diff line number Diff line --- --- * { font-family: century-gothic, sans-serif; font-family: '{{ site.fonts.primary }}' , {{ site.fonts.secondary }}; } Loading Loading
_config.yml +8 −0 Original line number Diff line number Diff line Loading @@ -39,3 +39,11 @@ theme: minima # - vendor/cache/ # - vendor/gems/ # - vendor/ruby/ # Fonts for the site fonts: primary: century-gothic secondary: sans-serif No newline at end of file
assets/css/style.css +4 −1 Original line number Diff line number Diff line --- --- * { font-family: century-gothic, sans-serif; font-family: '{{ site.fonts.primary }}' , {{ site.fonts.secondary }}; } Loading