diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:54:48 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-03 04:54:56 +0200 |
commit | e160288412cccf7dcc784dcc64cf32451d970cbb (patch) | |
tree | a457fd21559f4c571007bd39fb0642e9844c4cf2 /sass/parts/_header.scss | |
parent | 315d340cd34aaa7a83681a1046e651b455dc28b0 (diff) | |
download | octopress-theme-jeyzu-e160288412cccf7dcc784dcc64cf32451d970cbb.zip octopress-theme-jeyzu-e160288412cccf7dcc784dcc64cf32451d970cbb.tar.gz |
change font variables
Diffstat (limited to 'sass/parts/_header.scss')
-rw-r--r-- | sass/parts/_header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 0366a55..2b645ad 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -154,7 +154,7 @@ $header-height: 30px; background: image-url('search.png') 10px center no-repeat #f2f2f2; color: $color-gray02; border: 1px solid $color-gray04; - font: 13px $default; + font: 13px $font-default; padding: 6px 15px 6px 35px; width: 100px; @include transition(0.3s); |