From f14df434352c5bfa522e868eb292a33afd36da28 Mon Sep 17 00:00:00 2001 From: Ram Lmn Date: Sun, 7 May 2017 18:53:06 +0530 Subject: Fix local fonts and change font-face values (#2877) * Fix local fonts and change font-face values * Remove eot font files --- app/javascript/styles/tables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/styles/tables.scss') diff --git a/app/javascript/styles/tables.scss b/app/javascript/styles/tables.scss index ad8050580..0568a0760 100644 --- a/app/javascript/styles/tables.scss +++ b/app/javascript/styles/tables.scss @@ -43,7 +43,7 @@ } samp { - font-family: 'Roboto Mono', monospace; + font-family: 'mastodon-font-monospace', monospace; } a.table-action-link { -- cgit