From 19eff04d2f0e0cde5d80e8aeeaa8f61d1f9c19c1 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 20 Jun 2013 22:46:33 -0700 Subject: [PATCH] website: Use myriad pro --- website/source/stylesheets/_helpers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/stylesheets/_helpers.scss b/website/source/stylesheets/_helpers.scss index 6e327dd52..0c6dba52f 100644 --- a/website/source/stylesheets/_helpers.scss +++ b/website/source/stylesheets/_helpers.scss @@ -40,7 +40,7 @@ $sidebar-width: 250px; //typography -$serif: 'prenton', helvetica, Georgia, serif; +$serif: 'myriad-pro', helvetica, Georgia, serif; $sans: 'HeimatStencil-SemiBold', 'Avenir', 'Helvetica Neue', Helvetica, Arial, sans-serif; $mono: 'Inconsolata', 'courier new', courier, mono-space;