diff --git a/public/fonts/mv_waheed.otf b/public/fonts/mv_waheed.otf
new file mode 100644
index 0000000..8b5c6aa
Binary files /dev/null and b/public/fonts/mv_waheed.otf differ
diff --git a/resources/js/components/TodaysPick.vue b/resources/js/components/TodaysPick.vue
index 7d8c178..d779420 100644
--- a/resources/js/components/TodaysPick.vue
+++ b/resources/js/components/TodaysPick.vue
@@ -24,7 +24,7 @@
>
@@ -107,7 +107,7 @@
:to="{ name: 'article.show', params: { id: article.id } }"
>
diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php
index c449ed7..129f4ee 100644
--- a/resources/views/app.blade.php
+++ b/resources/views/app.blade.php
@@ -16,6 +16,11 @@
font-family: "Mvaamu";
src: url("/fonts/mv-aammu-fk.ttf");
}
+
+ @font-face {
+ font-family: "MvWaheed";
+ src: url("/fonts/mv_waheed.otf");
+ }
.MvAamu {
font-family: "Mvaamu";
}
@@ -23,6 +28,10 @@
.MvTyper {
font-family: "mvtyper";
}
+
+ .MvWaheed {
+ font-family: "MvWaheed";
+ }