summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
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;