Skip to content

Commit c143437

Browse files
committed
Better wording
1 parent 284c53e commit c143437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Maybe we can customize the font in our header? Paste this into your `<head>` in
162162
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster&subset=latin,latin-ext">
163163
```
164164

165-
As before, check the order and place before the link to `blog/static/css/blog.css`. This line will import a font called *Lobster* from Google Fonts (https://www.google.com/fonts).
165+
Again, check the order and place it before the link to `blog/static/css/blog.css`. This line will import a font called *Lobster* from Google Fonts (https://www.google.com/fonts).
166166

167167
Find the `h1 a` declaration block (the code between braces `{` and `}`) in the CSS file `blog/static/css/blog.css`. Now add the line `font-family: 'Lobster';` between the braces, and refresh the page:
168168

0 commit comments

Comments
 (0)