static: Remove web fonts

Let's use a sane font stack so each platform can use the best font
for their platform.  Also, this reduces page load time.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-05-31 00:13:25 +03:00
commit d197977ca5
No known key found for this signature in database
GPG key ID: 0FB860CC9C45B1B9
9 changed files with 2 additions and 2396 deletions

View file

@ -6034,21 +6034,6 @@ green #859900 operators, other keywords
.highlight .il {
color: #2aa198;
}
/* Literal.Number.Integer.Long */
@font-face {
font-family: "merriweatherlight";
src: url("../font/merriweather-light.eot");
src: url("../font/merriweather-light.eot?#iefix") format("embedded-opentype"), url("../font/merriweather-light.woff") format("woff"), url("../font/merriweather-light.ttf") format("truetype"), url("../font/merriweather-light.svg#merriweatherlight") format("svg");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "ralewaymedium";
src: url("../font/raleway-medium.eot");
src: url("../font/raleway-medium.eot?#iefix") format("embedded-opentype"), url("../font/raleway-medium.woff") format("woff"), url("../font/raleway-medium.ttf") format("truetype"), url("../font/raleway-medium.svg#ralewaymedium") format("svg");
font-weight: 500;
font-style: normal;
}
body {
background-color: #fafafa;
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
@ -6059,7 +6044,8 @@ h3,
h4,
h5,
h6 {
font-family: 'ralewaymedium';
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans",
"Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
-webkit-transition: color 0.2s ease-in-out;