Skip to content

Commit 9b7c4b3

Browse files
author
mrmrs
committed
Fix bug in font family ordering. Regenerate some css.
1 parent 951acdc commit 9b7c4b3

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

css/tachyons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! TACHYONS v4.6.0 | http://tachyons.io */
1+
/*! TACHYONS v4.6.1 | http://tachyons.io */
22
/*
33
*
44
* ________ ______
@@ -756,7 +756,7 @@ img { max-width: 100%; }
756756
Docs: http://tachyons.io/docs/typography/font-family/
757757
758758
*/
759-
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, helvetica, 'helvetica neue', ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
759+
.sans-serif { font-family: -apple-system, BlinkMacSystemFont, 'avenir next', avenir, 'helvetica neue', helvetica, ubuntu, roboto, noto, 'segoe ui', arial, sans-serif; }
760760
.serif { font-family: georgia, times, serif; }
761761
.system-sans-serif { font-family: sans-serif; }
762762
.system-serif { font-family: serif; }

css/tachyons.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ You can always grab the latest version with
4545
```html
4646
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
4747
```
48-
You can also specify a specific version. The latest version is 4.6.0
48+
You can also specify a specific version. The latest version is 4.6.1
4949
```html
50-
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.0/css/tachyons.min.css">
50+
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.6.1/css/tachyons.min.css">
5151
```
5252

5353
### Local Setup

src/_font-family.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.sans-serif {
1010
font-family: -apple-system, BlinkMacSystemFont,
1111
'avenir next', avenir,
12-
helvetica, 'helvetica neue',
12+
'helvetica neue', helvetica,
1313
ubuntu,
1414
roboto, noto,
1515
'segoe ui', arial,

src/tachyons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! TACHYONS v4.6.0 | http://tachyons.io */
1+
/*! TACHYONS v4.6.1 | http://tachyons.io */
22

33
/*
44
*

0 commit comments

Comments
 (0)