You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Typo.js
1
+
Type.js
2
2
=======
3
3
4
-
Typo.js adds new type properties to your CSS, giving you the control you need for type on the web. You can write these properties in your CSS and they will work like any other property.
4
+
Type.js adds new type properties to your CSS, giving you the control you need for type on the web. You can write these properties in your CSS and they will work like any other property.
5
5
6
6
View `demo.html` to see these new properties in action.
7
7
@@ -98,7 +98,7 @@ h1 {
98
98
99
99
## Issues
100
100
101
-
Typo.js only works within `style` tags on a page. For now. You can try using your external stylesheets by changing an option in the `typo.js` file. Change:
101
+
Type.js only works within `style` tags on a page. For now. You can try using your external stylesheets by changing an option in the `type.js` file. Change:
102
102
103
103
```JS
104
104
stylefill.options({
@@ -117,4 +117,4 @@ stylefill.options({
117
117
});
118
118
```
119
119
120
-
_Note:_ This will cause the browser to download your external CSS files twice. Once, as per usual, and again to read the `typo.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