mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
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:
parent
a2d306a70b
commit
d197977ca5
9 changed files with 2 additions and 2396 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue