1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Font folder case fix (#2066)

This commit is contained in:
James White 2017-09-21 21:37:10 +01:00 committed by Leonardo Galli
parent 645a3dca64
commit 926dbdf2cd
13 changed files with 20 additions and 20 deletions

View File

@ -2,50 +2,50 @@
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url('./fonts/opensans-light.eot');
src: url('./Fonts/opensans-light.eot');
src: local('Open Sans Light'),
local('OpenSans-Light'),
url('./fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
url('./fonts/opensans-light.woff2') format('woff2'),
url('./fonts/opensans-light.woff') format('woff'),
url('./fonts/opensans-light.ttf') format('truetype');
url('./Fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
url('./Fonts/opensans-light.woff2') format('woff2'),
url('./Fonts/opensans-light.woff') format('woff'),
url('./Fonts/opensans-light.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('./fonts/opensans-regular.eot');
src: url('./Fonts/opensans-regular.eot');
src: local('Open Sans'),
local('OpenSans'),
url('./fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
url('./fonts/opensans-regular.woff2') format('woff2'),
url('./fonts/opensans-regular.woff') format('woff'),
url('./fonts/opensans-regular.ttf') format('truetype')
url('./Fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
url('./Fonts/opensans-regular.woff2') format('woff2'),
url('./Fonts/opensans-regular.woff') format('woff'),
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: 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.woff2') format('woff2'),
url('./fonts/opensans-semibold.woff') format('woff'),
url('./fonts/opensans-semibold.ttf') format('truetype')
url('./Fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
url('./Fonts/opensans-semibold.woff2') format('woff2'),
url('./Fonts/opensans-semibold.woff') format('woff'),
url('./Fonts/opensans-semibold.ttf') format('truetype');
}
@font-face {
font-family: 'Ubuntu Mono';
font-style: normal;
font-weight: 400;
src: url('./fonts/ubuntumono-regular.eot');
src: url('./Fonts/ubuntumono-regular.eot');
src: local('Ubuntu Mono'),
local('Ubuntu-Mono'),
url('./fonts/ubuntumono-regular.eot?#iefix') format('embedded-opentype'),
url('./fonts/ubuntumono-regular.woff2') format('woff'),
url('./fonts/ubuntumono-regular.woff') format('woff'),
url('./fonts/ubuntumono-regular.ttf') format('truetype')
url('./Fonts/ubuntumono-regular.eot?#iefix') format('embedded-opentype'),
url('./Fonts/ubuntumono-regular.woff2') format('woff2'),
url('./Fonts/ubuntumono-regular.woff') format('woff'),
url('./Fonts/ubuntumono-regular.ttf') format('truetype');
}