mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Fixed: Font folder case fix (#2066)
This commit is contained in:
parent
645a3dca64
commit
926dbdf2cd
13 changed files with 20 additions and 20 deletions
|
@ -2,50 +2,50 @@
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url('./fonts/opensans-light.eot');
|
src: url('./Fonts/opensans-light.eot');
|
||||||
src: local('Open Sans Light'),
|
src: local('Open Sans Light'),
|
||||||
local('OpenSans-Light'),
|
local('OpenSans-Light'),
|
||||||
url('./fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
|
url('./Fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
|
||||||
url('./fonts/opensans-light.woff2') format('woff2'),
|
url('./Fonts/opensans-light.woff2') format('woff2'),
|
||||||
url('./fonts/opensans-light.woff') format('woff'),
|
url('./Fonts/opensans-light.woff') format('woff'),
|
||||||
url('./fonts/opensans-light.ttf') format('truetype');
|
url('./Fonts/opensans-light.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('./fonts/opensans-regular.eot');
|
src: url('./Fonts/opensans-regular.eot');
|
||||||
src: local('Open Sans'),
|
src: local('Open Sans'),
|
||||||
local('OpenSans'),
|
local('OpenSans'),
|
||||||
url('./fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
|
url('./Fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
|
||||||
url('./fonts/opensans-regular.woff2') format('woff2'),
|
url('./Fonts/opensans-regular.woff2') format('woff2'),
|
||||||
url('./fonts/opensans-regular.woff') format('woff'),
|
url('./Fonts/opensans-regular.woff') format('woff'),
|
||||||
url('./fonts/opensans-regular.ttf') format('truetype')
|
url('./Fonts/opensans-regular.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: url('./fonts/opensans-semibold.eot');
|
src: url('./Fonts/opensans-semibold.eot');
|
||||||
src: local('Open Sans SemiBold'),
|
src: local('Open Sans SemiBold'),
|
||||||
local('OpenSans-SemiBold'),
|
local('OpenSans-SemiBold'),
|
||||||
url('./fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
|
url('./Fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
|
||||||
url('./fonts/opensans-semibold.woff2') format('woff2'),
|
url('./Fonts/opensans-semibold.woff2') format('woff2'),
|
||||||
url('./fonts/opensans-semibold.woff') format('woff'),
|
url('./Fonts/opensans-semibold.woff') format('woff'),
|
||||||
url('./fonts/opensans-semibold.ttf') format('truetype')
|
url('./Fonts/opensans-semibold.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ubuntu Mono';
|
font-family: 'Ubuntu Mono';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('./fonts/ubuntumono-regular.eot');
|
src: url('./Fonts/ubuntumono-regular.eot');
|
||||||
src: local('Ubuntu Mono'),
|
src: local('Ubuntu Mono'),
|
||||||
local('Ubuntu-Mono'),
|
local('Ubuntu-Mono'),
|
||||||
url('./fonts/ubuntumono-regular.eot?#iefix') format('embedded-opentype'),
|
url('./Fonts/ubuntumono-regular.eot?#iefix') format('embedded-opentype'),
|
||||||
url('./fonts/ubuntumono-regular.woff2') format('woff'),
|
url('./Fonts/ubuntumono-regular.woff2') format('woff2'),
|
||||||
url('./fonts/ubuntumono-regular.woff') format('woff'),
|
url('./Fonts/ubuntumono-regular.woff') format('woff'),
|
||||||
url('./fonts/ubuntumono-regular.ttf') format('truetype')
|
url('./Fonts/ubuntumono-regular.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue