Skip to content

Commit 0611ea5

Browse files
committed
readme: fix tabs
1 parent d82a2d4 commit 0611ea5

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ _Values:_ {Any glyph}{Any glyph} {Any distance}{Any CSS unit}
2020
#### Example CSS
2121
```CSS
2222
h1 {
23-
font-size: 3em;
24-
line-height: 1.2;
25-
kerning-pairs: az 0.02em,
26-
zy 0.01em,
27-
th 0.01em,
28-
ov -0.02em;
23+
font-size: 3em;
24+
line-height: 1.2;
25+
kerning-pairs: az 0.02em,
26+
zy 0.01em,
27+
th 0.01em,
28+
ov -0.02em;
2929
}
3030
```
3131

@@ -48,8 +48,8 @@ _Values:_
4848
#### Example CSS
4949
```CSS
5050
p, li, h3, dd {
51-
max-width: 35em;
52-
rag-adjust: small-words;
51+
max-width: 35em;
52+
rag-adjust: small-words;
5353
}
5454
```
5555

@@ -71,8 +71,8 @@ _Values:_
7171
#### Example CSS
7272
```CSS
7373
p, li, h3, dd {
74-
max-width: 35em;
75-
widow-adjust: padding-right;
74+
max-width: 35em;
75+
widow-adjust: padding-right;
7676
}
7777
```
7878

@@ -89,10 +89,10 @@ _Values:_ {Any value}{Any css unit}
8989
#### Example CSS
9090
```CSS
9191
h1 {
92-
font-size: 3em;
93-
font-size: 4vw;
94-
max-font-size: 50px;
95-
min-font-size: 30px;
92+
font-size: 3em;
93+
font-size: 4vw;
94+
max-font-size: 50px;
95+
min-font-size: 30px;
9696
}
9797
```
9898

@@ -102,19 +102,19 @@ Type.js only works within `style` tags on a page. For now. You can try using you
102102

103103
```JS
104104
stylefill.options({
105-
106-
externalCSS : false
107-
105+
106+
externalCSS : false
107+
108108
});
109109
```
110110

111111
To:
112112
```JS
113113
stylefill.options({
114-
115-
externalCSS : true
116-
114+
115+
externalCSS : true
116+
117117
});
118118
```
119119

120-
_Note:_ This will cause the browser to download your external CSS files twice. Once, as per usual, and again to read the `type.js` property values.
120+
_Note:_ This will cause the browser to download your external CSS files twice. Once, as per usual, and again to read the `type.js` property values.

0 commit comments

Comments
 (0)