From 149cfdf0c272442b93ef8a626871b966247958aa Mon Sep 17 00:00:00 2001 From: simurai Date: Wed, 14 Jan 2015 10:36:57 +0900 Subject: [PATCH] :sparkles: Let headers inherit the theme font-family Issue https://github.com/atom/settings-view/issues/340 --- static/bootstrap-overrides.less | 9 +++++++++ static/workspace-view.less | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/static/bootstrap-overrides.less b/static/bootstrap-overrides.less index 1a9cfb919..1ac35ab79 100644 --- a/static/bootstrap-overrides.less +++ b/static/bootstrap-overrides.less @@ -12,3 +12,12 @@ background-color: @background-color-selected; } } + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: inherit; // inherit from themes +} diff --git a/static/workspace-view.less b/static/workspace-view.less index 3c5c11c71..9f988bf46 100644 --- a/static/workspace-view.less +++ b/static/workspace-view.less @@ -12,15 +12,6 @@ body { font-size: @font-size; } -h1, -h2, -h3, -h4, -h5, -h6 { - font-family: @font-family; -} - atom-workspace { display: block; height: 100%;