Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/commit/1709b6ff896feb76ad6e9b5e4bfd4b78847b3857 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Revert "removed semibold font-face"

This reverts commit 059028da02.
pull/4/head
Mark McDowall 11 years ago
parent e2ead542c6
commit 1709b6ff89

@ -22,6 +22,18 @@
url('./fonts/opensans-regular.ttf') format('truetype')
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('./fonts/opensans-semibold.eot');
src: local('Open Sans SemiBold'),
local('OpenSans-SemiBold'),
url('./fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
url('./fonts/opensans-semibold.woff') format('woff'),
url('./fonts/opensans-semibold.ttf') format('truetype')
}
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;

Loading…
Cancel
Save