diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-02-21 20:45:52 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-02-21 20:45:52 -0500 |
commit | 0ac5ede240f7101d0e0bbf672e7965f3c8243980 (patch) | |
tree | b8cc937d6003cf585dade5108715f8f78c4cda38 /aps_mm_2018.html | |
parent | 1ec1a0fb867b11b3005d7693c35c99dead94db8b (diff) | |
download | aps_mm_2018-0ac5ede240f7101d0e0bbf672e7965f3c8243980.tar.gz aps_mm_2018-0ac5ede240f7101d0e0bbf672e7965f3c8243980.tar.bz2 aps_mm_2018-0ac5ede240f7101d0e0bbf672e7965f3c8243980.zip |
added computer modern fonts
Diffstat (limited to 'aps_mm_2018.html')
-rw-r--r-- | aps_mm_2018.html | 5 |
1 files changed, 3 insertions, 2 deletions
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'; } </style> <link rel="stylesheet" type="text/css" href="main.css"> + <link rel="stylesheet" type="text/css" href="fonts/Concrete/cmun-concrete.css"> </head> <body> <textarea id="source"> |