Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 03aa413

Browse files
committed
Update
1 parent d0324f7 commit 03aa413

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

readme.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,10 @@ CSS menu style.
2727
<link rel="stylesheet" href="path/to/style.tables.css">
2828
```
2929

30-
Set font.
30+
Use Open Sans fotns.
3131

32-
```html
33-
<style>
34-
body {
35-
font-family: 'Open Sans', sans-serif;
36-
}
37-
</style>
32+
```css
33+
font-family: 'Open Sans', sans-serif;
3834
```
3935

4036
Class:

0 commit comments

Comments
 (0)