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
Adding a hint as to the order of the addition of the lobster font to the CSS.
If the new line is inserted after the link to `blog/static/css/blog.css` then the font doesn't change. We (with @maxwell-k) noticed this at the second Belfast DjangoGirls event.
This line will import a font called *Lobster* from Google Fonts (https://www.google.com/fonts).
155
+
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).
156
156
157
-
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:
157
+
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:
0 commit comments