Use loading place holders.
This commit is contained in:
parent
039f009a15
commit
0f94dc4e96
@ -52,6 +52,7 @@ a:hover {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
padding-top: 150px;
|
padding-top: 150px;
|
||||||
|
background-image: url(../img/image-placeholder.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,23 +2,23 @@
|
|||||||
font-family: "LM Roman";
|
font-family: "LM Roman";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/fonts/lmroman10-bold.otf");
|
src: url("../fonts/lmroman10-bold.otf");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "LM Roman";
|
font-family: "LM Roman";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
src: url("/fonts/lmroman10-bolditalic.otf");
|
src: url("../fonts/lmroman10-bolditalic.otf");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "LM Roman";
|
font-family: "LM Roman";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
src: url("/fonts/lmroman10-italic.otf");
|
src: url("../fonts/lmroman10-italic.otf");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "LM Roman";
|
font-family: "LM Roman";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url("/fonts/lmroman10-regular.otf");
|
src: url("../fonts/lmroman10-regular.otf");
|
||||||
}
|
}
|
BIN
web/img/image-placeholder.png
Normal file
BIN
web/img/image-placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue
Block a user