summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 22:50:25 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-15 21:59:46 +0100
commit42bef0ad5a54f9b7ee78f837ec103b6199e4f573 (patch)
treea3a02f5d18fb7ae9dfb200f0085bd769aca03100 /src/style.css
parent068b4517ac81c5a128a26ec10153019f1497a2a4 (diff)
downloadwebsite-42bef0ad5a54f9b7ee78f837ec103b6199e4f573.tar.xz
add PT Mono for monospace
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 7f278dd..ff4f1d4 100644
--- a/src/style.css
+++ b/src/style.css
@@ -1,4 +1,5 @@
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
+@import url(https://fonts.googleapis.com/css?family=PT+Mono);
*, *:before, *:after { box-sizing: border-box; }
html {
@@ -86,6 +87,10 @@ header h1 {
}
}
+tt.literal {
+ font-size: 0.75rem;
+}
+
#index, #about {
padding-bottom: 0.5rem;
color: #222;