+
+ ___________________________
+ < I'm an expert in my field. >
+ ---------------------------
+ \ ^__^
+ \ (oo)\_______
+ (__)\ )\/\
+ ||----w |
+ || ||
+
+
+ A cow saying, "I'm an expert in my field." The cow is illustrated using
+ preformatted text characters.
+
+
+
-->
diff --git a/styles/pre.css b/styles/pre.css
new file mode 100644
index 0000000..c5ff1de
--- /dev/null
+++ b/styles/pre.css
@@ -0,0 +1,11 @@
+pre {
+ line-height: 0.8;
+ font-size: 1.2rem;
+}
+
+@media screen and (max-width: 530px) {
+ pre {
+ font-size: 2.2vw;
+ }
+}
+
diff --git a/styles/text.css b/styles/text.css
index e2f6da2..f3ab2c3 100644
--- a/styles/text.css
+++ b/styles/text.css
@@ -5,18 +5,14 @@
font-weight: normal;
font-style: normal;
}
-h1, h2, h3, h4, h5, h6, p, pre, li {
+/*
+*/
+body, pre {
font-family: "notomono", monospace;
font-size: 1.5rem;
font-weight: normal;
font-style: normal;
}
-p, li {
-}
-pre {
- line-height: 0.8;
- font-size: 1.2rem;
-}
ul {
/*
*/
@@ -29,9 +25,3 @@ li {
li::marker {
font-size: 1.2rem;
}
-
-@media screen and (max-width: 530px) {
- pre {
- font-size: 2.2vw;
- }
-}