diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-10 19:41:26 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-10 19:41:26 +0200 |
commit | bb05796aad9676488a00bb53b792bc9260204e51 (patch) | |
tree | d04a2ccb0eb010e5aba52d120d842b37c464b7ec /src | |
parent | f1b0372d1cad18dd5e70d04d473b0feb469253c7 (diff) | |
download | website-bb05796aad9676488a00bb53b792bc9260204e51.tar.xz |
Default to Inconsolatazi4 for code blocks
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index 4e36e1b..4090774 100644 --- a/src/style.css +++ b/src/style.css @@ -174,8 +174,10 @@ img.picture-me { margin-right: 0.1rem; } -tt.literal { - font-size: 0.75rem; +tt.literal, +pre.code { + font-size: 0.9em; + font-family: 'Inconsolatazi4', 'monospace'; } #index, #about { |