summaryrefslogtreecommitdiff
path: root/notekins/nksext.css
diff options
context:
space:
mode:
Diffstat (limited to 'notekins/nksext.css')
-rw-r--r--notekins/nksext.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/notekins/nksext.css b/notekins/nksext.css
index 8379b22..f567122 100644
--- a/notekins/nksext.css
+++ b/notekins/nksext.css
@@ -7,6 +7,12 @@
#panel p {
margin:1em;
}
+div#postslist > div.TText {
+ font-family: "Soon", Verdana, sans-serif;
+}
+code {
+ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
+}
span.left {
display: table-cell;
text-align: left;
@@ -15,6 +21,7 @@ span.left {
white-space: nowrap;
}
span.right {
+ font-family: 'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace;
display: table-cell;
text-align: right;
white-space: nowrap;