diff --git a/client/css/core-general.styl b/client/css/core-general.styl index 75e82241..f6d13826 100644 --- a/client/css/core-general.styl +++ b/client/css/core-general.styl @@ -6,7 +6,7 @@ font-family: 'Open Sans'; font-style: normal; font-weight: 400; - src: local('Open Sans'), local('OpenSans'), url(/fonts/open_sans.woff2) format('woff2'); + src: local('Open Sans'), local('OpenSans'), url(fonts/open_sans.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; /* make
cover entire viewport */ @@ -239,7 +239,7 @@ a .access-key width: 20px height: 20px &.empty - background-image: url('/img/transparency_grid.png') + background-image: url('img/transparency_grid.png') background-repeat: repeat background-size: initial img diff --git a/client/css/post-content-control.styl b/client/css/post-content-control.styl index 857b2ef2..329abcd5 100644 --- a/client/css/post-content-control.styl +++ b/client/css/post-content-control.styl @@ -1,6 +1,6 @@ .post-container .post-content.transparency-grid img - background: url('/img/transparency_grid.png') + background: url('img/transparency_grid.png') text-align: center .post-content diff --git a/client/html/index.htm b/client/html/index.htm index 7d67ae36..2ebec1c4 100644 --- a/client/html/index.htm +++ b/client/html/index.htm @@ -9,23 +9,24 @@