From 0ac5ede240f7101d0e0bbf672e7965f3c8243980 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 21 Feb 2018 20:45:52 -0500 Subject: added computer modern fonts --- aps_mm_2018.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'aps_mm_2018.html') diff --git a/aps_mm_2018.html b/aps_mm_2018.html index fe70ee1..9696deb 100644 --- a/aps_mm_2018.html +++ b/aps_mm_2018.html @@ -8,14 +8,15 @@ @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); - body { font-family: 'Droid Serif'; } + body { font-family: 'Computer Modern Concrete'; } h1, h2, h3 { - font-family: 'Yanone Kaffeesatz'; + font-family: 'Computer Modern Concrete'; font-weight: normal; } .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } +