From 0e4c2013949302abdc59289269628ac5feec8d2c Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Fri, 25 Aug 2023 23:33:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20fix=20font=20family?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style.content.css b/src/style.content.css index 2bfaac8..3e1e6bf 100644 --- a/src/style.content.css +++ b/src/style.content.css @@ -6,6 +6,10 @@ --bsky-primary-hover-color: #2563eb; } +.bsky-user-content-wrapper { + font-family: "TwitterChirp",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;; +} + .bsky-user-content-wrapper .match-type { color: var(--bsky-primary-color); padding: 2px 14px 2px 14px; @@ -130,6 +134,7 @@ /* not found card */ /* ----------------- */ .bsky-user-content__not-found { + font-family: "TwitterChirp",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;; padding: 4px 16px; background: #333; font-size: 12px;