diff --git a/web/css/000-controls.css b/web/css/000-controls.css index e432d35..30ae0a1 100644 --- a/web/css/000-controls.css +++ b/web/css/000-controls.css @@ -52,6 +52,7 @@ a:hover { background-repeat: no-repeat; background-position: top; padding-top: 150px; + background-image: url(../img/image-placeholder.png); } diff --git a/web/css/001-fonts.css b/web/css/001-fonts.css index 20f68e3..1129901 100644 --- a/web/css/001-fonts.css +++ b/web/css/001-fonts.css @@ -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"); } \ No newline at end of file diff --git a/web/img/image-placeholder.png b/web/img/image-placeholder.png new file mode 100644 index 0000000..29d686a Binary files /dev/null and b/web/img/image-placeholder.png differ