Use loading place holders.

master
Jason A. Donenfeld 2011-05-06 19:11:03 -04:00
parent 039f009a15
commit 0f94dc4e96
3 changed files with 5 additions and 4 deletions

View File

@ -52,6 +52,7 @@ a:hover {
background-repeat: no-repeat;
background-position: top;
padding-top: 150px;
background-image: url(../img/image-placeholder.png);
}

View File

@ -2,23 +2,23 @@
font-family: "LM Roman";
font-weight: bold;
font-style: normal;
src: url("/fonts/lmroman10-bold.otf");
src: url("../fonts/lmroman10-bold.otf");
}
@font-face {
font-family: "LM Roman";
font-weight: bold;
font-style: italic;
src: url("/fonts/lmroman10-bolditalic.otf");
src: url("../fonts/lmroman10-bolditalic.otf");
}
@font-face {
font-family: "LM Roman";
font-weight: normal;
font-style: italic;
src: url("/fonts/lmroman10-italic.otf");
src: url("../fonts/lmroman10-italic.otf");
}
@font-face {
font-family: "LM Roman";
font-weight: normal;
font-style: normal;
src: url("/fonts/lmroman10-regular.otf");
src: url("../fonts/lmroman10-regular.otf");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB