summaryrefslogtreecommitdiff
path: root/static/css/style.css
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2014-01-24 12:54:42 -0800
committerFranck Cuny <franck.cuny@gmail.com>2014-01-24 12:54:42 -0800
commitb43d319e79da49797586e285190dcaa2855062ce (patch)
tree4fffa860e2c099fd55b92088c2cd12eea2c7f398 /static/css/style.css
parentMove the pubkey to /about/. (diff)
downloadlumberjaph-b43d319e79da49797586e285190dcaa2855062ce.tar.gz
Update CSS for pygments.
Diffstat (limited to '')
-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 {