Skip to content

Commit

Permalink
simplify font stack actually in the lib this time
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Jun 9, 2017
1 parent 8610f07 commit 56054b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## 1.0.0-rc.6

###Fixed
### Fixed
- Fixed Modal content not being left aligned in I.E. and Edge browsers text-align:start is not supported in I.E. changed it to text-algin:left

### Modified
- Simplified font-stack for Avenir and monospace

## 1.0.0-rc.5

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions lib/sass/calcite-web/type/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ $indent: 1em;

// Header Family
$avenir-tracking: 0;
$avenir-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
$avenir-family: 'Avenir Next', 'Helvetica Neue', sans-serif;

// Code Family
$code-tracking: 0;
$code-family: 'Consolas', 'Andale Mono', 'Lucida Console', 'Monaco', 'Courier New', Courier, monospace;
$code-family: 'Consolas', 'Andale Mono', 'Lucida Console', 'Monaco', monospace;

0 comments on commit 56054b9

Please sign in to comment.