Skip to content

Commit

Permalink
Moved .brand-font selector to _base.font.css and out of theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Jacquot committed Jun 30, 2015
1 parent af61fff commit 43ccac3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/scss/grommet-core/_base.font.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// (C) Copyright 2014-2015 Hewlett-Packard Development Company, L.P.

html {
html,
.brand-font {
font-family: $brand-font-family;
}
5 changes: 0 additions & 5 deletions src/scss/hpe/_hpe.defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ $brand-graph-colors: (#FF8D6D, #877B75, #2AD2C9, #614767, #617D78);
src: url("~grommet/scss/hpe/font/SimRg.otf") format("opentype");
}

html,
.brand-font {
font-family: $brand-font-family;
}

.large-number-font {
font-family: 'Simple', 'Metric', Arial, sans-serif;
}
Expand Down
5 changes: 0 additions & 5 deletions src/scss/hpinc/_hpinc.defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ $focus-border-color: #99d5ef;
src: url("~grommet/scss/hpinc/font/hps-me-w27-regular-woff.woff") format('woff');
}

html,
.brand-font {
font-family: $brand-font-family;
}

.control-icon {
path,
line,
Expand Down

0 comments on commit 43ccac3

Please sign in to comment.