From 0d24fa75b28a33b7932d93a30617628e98d2ff56 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 12 Jan 2016 12:53:02 -0800 Subject: [PATCH] Fixed italics and bolding within tables --- client/homebrew/phb/phb.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/client/homebrew/phb/phb.less b/client/homebrew/phb/phb.less index 3f7f781..f44969f 100644 --- a/client/homebrew/phb/phb.less +++ b/client/homebrew/phb/phb.less @@ -157,6 +157,18 @@ margin-bottom : 1em; font-family : ScalaSans; font-size : 10pt; + em{ + font-family : ScalaSans; + font-style : italic; + } + strong{ + font-weight : 800; + font-family : ScalaSans; + em{ + font-style : italic; + font-weight : 800; + } + } thead{ font-weight : 800; th{