From c8a7fd2d3e15d0973b8a35bc5006d83af8fcae01 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 31 Jul 2021 19:29:55 -0600 Subject: remove redundant styles from the stylesheet --- src/stylesheets/asciidoctor.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/stylesheets/asciidoctor.css b/src/stylesheets/asciidoctor.css index 0e84a867..9da90644 100644 --- a/src/stylesheets/asciidoctor.css +++ b/src/stylesheets/asciidoctor.css @@ -202,8 +202,6 @@ body { padding: 0; margin: 0; font-family: "Noto Serif", "DejaVu Serif", serif; - font-weight: 400; - font-style: normal; line-height: 1; position: relative; cursor: auto; @@ -344,9 +342,6 @@ a img { } p { - font-family: inherit; - font-weight: 400; - font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; text-rendering: optimizeLegibility; @@ -445,7 +440,6 @@ code { ul, ol, dl { - font-size: 1em; line-height: 1.6; margin-bottom: 1.25em; list-style-position: outside; @@ -461,7 +455,6 @@ ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; - font-size: 1em; } ul.square li ul, -- cgit v1.2.3