From c881246e890ecbbfff4130674e64ff47e8e8b2f7 Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Wed, 2 Jan 2019 22:41:15 +0000 Subject: [PATCH] Make <strong> font the same as <body>. --- static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 43c012d2..9919b7f2 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -127,3 +127,7 @@ table-layout: fixed; padding-top: 2px; padding-bottom: 2px; } + +body strong { +font-family: "Mercury SSm A","Mercury SSm B","Times New Roman",serif; +} -- GitLab