summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css24
1 files changed, 16 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 1b88489..63c609f 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,12 +1,14 @@
-@font-face {
- font-family: 'Cabin';
- font-style: normal;
- font-weight: 400;
- src: local('Cabin Regular'), local('Cabin-Regular'), url('/static/fonts/cabin.ttf') format('truetype');
-}
+/* @font-face { */
+/* font-family: 'Cabin'; */
+/* font-style: normal; */
+/* font-weight: 400; */
+
+/* src: local('Cabin Regular'), local('Cabin-Regular'), url('/static/fonts/cabin.ttf') format('truetype'); */
+/* } */
* {
- font-family: 'Cabin', "Book Antiqua", "URW Palladio L", sans-serif;
+ font-family: 'Helvetica Neue'
+ /* font-family: 'Cabin', "Book Antiqua", "URW Palladio L", sans-serif; */
}
body {
@@ -26,6 +28,12 @@ h1 a {
text-decoration: none;
}
+#entry code,#entry pre,#entry code,#entry pre{
+ font:13px Consolas,"Andale Mono",Monaco,Courier,"Courier New",Verdana,sans-serif;
+ -webkit-font-smoothing:subpixel-antialiased;
+ font-smoothing:subpixel-antialiased
+}
+
blockquote {
font-family: Georgia,Cambria,"Times New Roman",Times,serif;
letter-spacing: .01rem;
@@ -38,7 +46,7 @@ blockquote {
}
#entry, #wrapper {
- font-size: 15pt;
+ font-size: 18px;
}
#entry img {