diff options
author | Mariano Guerra <[email protected]> | 2016-10-21 17:20:28 +0100 |
---|---|---|
committer | Mariano Guerra <[email protected]> | 2017-03-13 11:51:52 +0100 |
commit | 1a48f131dd39ae406a3aedf997090a54052a42c2 (patch) | |
tree | 5e5ba39651b58188ae620e588700671fc0bad671 /lib/erl_docgen/priv/css | |
parent | c46da866eb1a6396ae1d670436dd6d87b4b8e442 (diff) | |
download | otp-1a48f131dd39ae406a3aedf997090a54052a42c2.tar.gz otp-1a48f131dd39ae406a3aedf997090a54052a42c2.tar.bz2 otp-1a48f131dd39ae406a3aedf997090a54052a42c2.zip |
simplify font-family choice
Diffstat (limited to 'lib/erl_docgen/priv/css')
-rw-r--r-- | lib/erl_docgen/priv/css/otp_doc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css index b73aeb27ae..f4388bae03 100644 --- a/lib/erl_docgen/priv/css/otp_doc.css +++ b/lib/erl_docgen/priv/css/otp_doc.css @@ -2,7 +2,7 @@ body { background: #fefefe; color: #3E4349; - font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif; + font-family: serif; margin: 0; padding: 0; border: 0; |