summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--about/index.md2
-rw-r--r--static/css/screen.css10
2 files changed, 5 insertions, 7 deletions
diff --git a/about/index.md b/about/index.md
index a5c92ec..2ce0823 100644
--- a/about/index.md
+++ b/about/index.md
@@ -19,7 +19,7 @@ At the moment I'm especially interested in functional programming and operating
<section>
-I'm on [Twitter](https://twitter.com/franckcuny) and [GitHub](https://github.com/franckcuny). You can email me at [franckcuny@gmail.com](mailto:franck.cuny@gmail.com), and if you rather wish to contact me privately, please use my [PGP key](/about/franckcuny-pubkey.gpg) (1162893A).
+I'm on [Twitter](https://twitter.com/franckcuny) and [GitHub](https://github.com/franckcuny). You can email me at [franckcuny@gmail.com](mailto:franckcuny@gmail.com).
I'm a proud member of [Paris.pm](http://paris).
diff --git a/static/css/screen.css b/static/css/screen.css
index a3fe34b..9201300 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -1,17 +1,15 @@
-@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);
-
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
- font-family: 'Open Sans', "Helvetica Neue", Arial, sans-serif;
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 16px;
background-color: #fff;
font-weight: 400;
text-align: left;
margin: auto;
- font-size: 14px/18px;
}
@media only screen and (max-width: 46em) {
body {
@@ -262,7 +260,7 @@ figure {
}
#site #entry pre {
font-size: 18px;
- font-family: Consolas,"Andale Mono",Monaco,Courier,"Courier New",Verdana,sans-serif;
+ font-family: Menlo, monospace;
-webkit-font-smoothing: subpixel-antialiased;
font-smoothing: subpixel-antialiased;
background-color: #fff;
@@ -283,7 +281,7 @@ figure {
background-color: #eee;
font-weight: 400;
font-size: 90%;
- font-family: Consolas,"Andale Mono",Monaco,Courier,"Courier New",Verdana,sans-serif;
+ font-family: Menlo, monospace;
}
#site #entry .highlight {
margin: 1.5em 0;