Browse Source

Improve letter spacing

pm2
Luke Childs 8 years ago
parent
commit
2a86888930
  1. 2
      assets/style.css

2
assets/style.css

@ -2,6 +2,7 @@
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px; font-size: 16px;
letter-spacing: 0.025em;
background: #b24592; background: #b24592;
background: linear-gradient(to left, #b24592 , #f15f79); background: linear-gradient(to left, #b24592 , #f15f79);
color: #777; color: #777;
@ -227,6 +228,7 @@ pre {
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
font-size: calc(1.35vw - .03em); font-size: calc(1.35vw - .03em);
letter-spacing: normal;
} }
.columns { .columns {

Loading…
Cancel
Save