diff --git a/public/global.css b/public/global.css
index 00a732c9..b7b93cbe 100644
--- a/public/global.css
+++ b/public/global.css
@@ -3,6 +3,16 @@
src: url("/fonts/Montserrat-Regular.ttf");
}
+@font-face {
+ font-family: MontserratBold;
+ src: url("/fonts/Montserrat-Bold.ttf");
+}
+
+
* {
font-family: Montserrat;
}
+
+h1, h2, h3, h4, h5 {
+ font-family: MontserratBold;
+}
diff --git a/public/img/feed-no-video.png b/public/img/feed-no-video.png
new file mode 100644
index 00000000..a91900dd
Binary files /dev/null and b/public/img/feed-no-video.png differ
diff --git a/src/components/FeedPage.vue b/src/components/FeedPage.vue
index 9eb515ef..081cf5d8 100644
--- a/src/components/FeedPage.vue
+++ b/src/components/FeedPage.vue
@@ -70,6 +70,19 @@
>
+ Subscribe to channels to be
+ the first to see new videos.
+