Skip to content

Commit

Permalink
Fix bug in font family ordering. Regenerate some css.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Dec 14, 2016
1 parent 951acdc commit 9b7c4b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/tachyons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! TACHYONS v4.6.0 | http://tachyons.io */
/*! TACHYONS v4.6.1 | http://tachyons.io */
/*
*
* ________ ______
Expand Down Expand Up @@ -756,7 +756,7 @@ img { max-width: 100%; }
Docs: http://tachyons.io/docs/typography/font-family/
*/
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
.serif { font-family: georgia, times, serif; }
.system-sans-serif { font-family: sans-serif; }
.system-serif { font-family: serif; }
Expand Down
4 changes: 2 additions & 2 deletions css/tachyons.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ You can always grab the latest version with
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
```
You can also specify a specific version. The latest version is 4.6.0
You can also specify a specific version. The latest version is 4.6.1
```html
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.0/css/tachyons.min.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css">
```

### Local Setup
Expand Down
2 changes: 1 addition & 1 deletion src/_font-family.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
.sans-serif {
font-family: -apple-system, BlinkMacSystemFont,
'avenir next', avenir,
helvetica, 'helvetica neue',
'helvetica neue', helvetica,
ubuntu,
roboto, noto,
'segoe ui', arial,
Expand Down
2 changes: 1 addition & 1 deletion src/tachyons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! TACHYONS v4.6.0 | http://tachyons.io */
/*! TACHYONS v4.6.1 | http://tachyons.io */

/*
*
Expand Down

0 comments on commit 9b7c4b3

Please sign in to comment.