aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tubo/views/channel.cljs
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:33:58 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-04-19 16:35:55 +0200
commit0d33dd8ad4c05d135ceb533e62601fc4060f0d2c (patch)
tree6f5f6b68a9f5aeed36c1c3de2cd85fde36775537 /src/frontend/tubo/views/channel.cljs
parentac56423d109a895d7bdad465ebab63ed2f7f1731 (diff)
feat: migrate to self-hosted @fontsource/nunito-sans font
Diffstat (limited to 'src/frontend/tubo/views/channel.cljs')
-rw-r--r--src/frontend/tubo/views/channel.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/views/channel.cljs b/src/frontend/tubo/views/channel.cljs
index 30eab12..6fc61fc 100644
--- a/src/frontend/tubo/views/channel.cljs
+++ b/src/frontend/tubo/views/channel.cljs
@@ -27,7 +27,7 @@
[:div.flex.items-center.my-4.mx-2
[layout/uploader-avatar avatar name]
[:div.m-4
- [:h1.text-2xl.font-nunito-semibold.line-clamp-1 name]
+ [:h1.text-2xl.line-clamp-1.font-semibold {:title name} name]
(when subscriber-count
[:div.flex.my-2.items-center
[:i.fa-solid.fa-users.text-xs]