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/_syntax.scss | |
parent | 315d340cd34aaa7a83681a1046e651b455dc28b0 (diff) | |
download | octopress-theme-jeyzu-e160288412cccf7dcc784dcc64cf32451d970cbb.zip octopress-theme-jeyzu-e160288412cccf7dcc784dcc64cf32451d970cbb.tar.gz |
change font variables
Diffstat (limited to 'sass/parts/_syntax.scss')
-rw-r--r-- | sass/parts/_syntax.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sass/parts/_syntax.scss b/sass/parts/_syntax.scss index 7f2e537..5ad2b14 100644 --- a/sass/parts/_syntax.scss +++ b/sass/parts/_syntax.scss @@ -45,10 +45,10 @@ article{ code, pre{ background: $pre-bg; border: 1px solid $pre-border; - font-family: $monospace; + font-family: $font-mono; } code{ - font-size: $meta-size; + font-size: 0.9em; padding: 1px 3px; margin: 0 3px; @include border-radius(5px); @@ -77,7 +77,7 @@ figure.code{ padding: 5px 15px; @include border-radius(5px); figcaption{ - font-size: $meta-size; + font-size: 0.9em; position: relative; span{ margin: -5px -15px 0; @@ -106,7 +106,7 @@ figure.code{ } .line-numbers{ border-right: 1px solid $pre-border; - font-family: $monospace; + font-family: $font-mono; padding-right: 15px; text-align: right; } @@ -139,12 +139,12 @@ figure.code{ background: none; border: none; pre{ - font: $meta-size $monospace; + font: 0.9em $font-mono; line-height: 1.5; } } .gist-meta{ - font: 300 $meta-size $default; + font: 300 0.9em $font-default; line-height: 1.5; margin: 0 -16px -6px; padding: 5px 15px; |