From caca7b8c412a64fdf43c9ebbb889eb4d6bab8473 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Tue, 12 Feb 2019 23:06:02 -0500 Subject: [PATCH] commento-input.scss: use Source Sans Pro --- frontend/sass/commento-input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index 929294a..56f7ecb 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -24,7 +24,7 @@ textarea::placeholder { textarea { display: inline-block; - font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif; + font-family: 'Source Sans Pro', sans-serif; padding: 8px; outline: none; overflow: auto;