From d80ad716c95e28fc1a0ece1db1fd4bb5ba3c2e4e Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 28 Jan 2018 23:10:35 +0200 Subject: [PATCH] add font for threads --- web/app/components/thread/thread.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/thread/thread.scss b/web/app/components/thread/thread.scss index 59307364..f9cb577d 100644 --- a/web/app/components/thread/thread.scss +++ b/web/app/components/thread/thread.scss @@ -2,4 +2,5 @@ .thread { margin-bottom: $offset; + font-family: 'PT Sans', Helvetica, Arial, sans-serif; }