diff options
Diffstat (limited to 'assets/stylesheets/typography.css')
-rw-r--r-- | assets/stylesheets/typography.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css index aca8884..7560fa8 100644 --- a/assets/stylesheets/typography.css +++ b/assets/stylesheets/typography.css @@ -1,5 +1,7 @@ +set(LUCIDA_GRANDE, `"Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif') + h1, h2, h3, h4, h5, h6 { - font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, sans-serif; + font-family: LUCIDA_GRANDE; } h2 { |