Revert font change in boxed class

This commit is contained in:
Matthew Butterick 2017-12-04 12:35:24 -08:00 committed by GitHub
parent 7389a4780e
commit 5ae38495cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -616,8 +616,6 @@ blockquote {
padding: 0.25em; padding: 0.25em;
padding-top: 0.3em; padding-top: 0.3em;
padding-bottom: 0.4em; padding-bottom: 0.4em;
/* set default font for incidental chars (like arrows) */
font-family: 'Fira', sans-serif;
background: #f3f3f3; background: #f3f3f3;
box-sizing:border-box; box-sizing:border-box;
border-top: 1px solid #99b; border-top: 1px solid #99b;