Difference between revisions of "Template:Evans Test CSS"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
− | / | + | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
html, body, div, span, object, iframe, | html, body, div, span, object, iframe, | ||
Line 32: | Line 25: | ||
body { | body { | ||
line-height: 1; | line-height: 1; | ||
+ | font-family: "Open Sans", sans-serif; | ||
} | } | ||
Line 61: | Line 55: | ||
} | } | ||
− | |||
ins { | ins { | ||
background-color: #ff9; | background-color: #ff9; | ||
Line 68: | Line 61: | ||
} | } | ||
− | |||
mark { | mark { | ||
background-color: #ff9; | background-color: #ff9; | ||
Line 90: | Line 82: | ||
} | } | ||
− | |||
hr { | hr { | ||
display: block; | display: block; |