summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-27 23:56:35 +0100
committerGravatar Tom Willemse2013-11-27 23:56:35 +0100
commitc0ff83c7525127c859ac11c882450f1c81224986 (patch)
tree9334072947eafd930cb07af5c31e87e9f31ac151
parentf86a55093009dfff19d7b1d9398e4600ed9ff0e4 (diff)
downloadorgweb-c0ff83c7525127c859ac11c882450f1c81224986.tar.gz
orgweb-c0ff83c7525127c859ac11c882450f1c81224986.zip
Use CosmicSansNeueMono and shrink tag names
-rw-r--r--org.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.css b/org.css
index fe2db16..dfd8b91 100644
--- a/org.css
+++ b/org.css
@@ -41,14 +41,14 @@ h6 {
pre {
line-height: 100%;
- font-family: "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
+ font-family: "CosmicSansNeueMono", "PT Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier new", monospace;
margin: 1.2em -8pt;
}
.tag {
float: right;
background-color: inherit;
- font-size: 100%;
+ font-size: 15px;
}
.tag span {