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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,19 @@ Order.less is a library of [LESS][less] mixins for precise control over typograp
8
8
9
9
[less]: http://lesscss.org
10
10
11
-
You can see all of these mixins in action in [this example](./examples/001_Overview/), where some <samp>lorem ipsum</samp> is set in 3 different typefaces and laid out on a 3-column grid:
11
+
You can see all of these mixins in action in [this example](https://github.com/chromice/order.less/blob/master/examples/001_Overview/), where some <samp>lorem ipsum</samp> is set in 3 different typefaces and laid out on a 3-column grid:
@@ -174,7 +179,7 @@ Here are baseline offset values for a few popular typefaces:
174
179
| Trebuchet MS | 0.858 |
175
180
| Verdana | 0.898 |
176
181
177
-
You can find offset values for many other typefaces (and their variations) including popular Google fonts in [HTML source](./tests/index.html) of the test suite.
182
+
You can find offset values for many other typefaces (and their variations) including popular Google fonts in [HTML source](https://github.com/chromice/order.less/blob/master/tests/index.html) of the test suite.
0 commit comments