Global Styles

๐Ÿ‘จโ€๐Ÿ’ผ Every application has some stylesheets that need to apply globally throughout the application. In our case, we want to have a special font applied to our app which your co-worker Kellie (๐Ÿงโ€โ™€๏ธ hello there ๐Ÿ‘‹) placed in the public directory (these are ignored in the diff so you wont find them in that tab, but the files have been added).
๐Ÿงโ€โ™‚๏ธ Yep, I also added which loads the font and gets things ready for use.
๐Ÿ‘จโ€๐Ÿ’ผ Thanks Kellie! So, what we need you to do is import that stylesheet into the application so that it is applied globally. It'll be pretty similar to the favicon work you've already done, but you'll use rel="stylesheet". When you're done, the <link> should be something like: <link rel="stylesheet" href="/build/_assets/font-SBXW2PKK.css"/>.

Access Denied

You must login or register for the workshop to view the diff.

Check out this video to see how the diff tab works.