mirror of
https://github.com/Radarr/Radarr
synced 2025-12-30 04:06:39 +01:00
35 lines
1.3 KiB
Text
35 lines
1.3 KiB
Text
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: url('/Content/fonts/opensans-light.eot');
|
|
src: local('Open Sans Light'),
|
|
local('OpenSans-Light'),
|
|
url('/Content/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
|
|
url('/Content/fonts/opensans-light.woff') format('woff'),
|
|
url('/Content/fonts/opensans-light.ttf') format('truetype');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url('/Content/fonts/opensans-regular.eot');
|
|
src: local('Open Sans'),
|
|
local('OpenSans'),
|
|
url('/Content/fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
|
|
url('/Content/fonts/opensans-regular.woff') format('woff'),
|
|
url('/Content/fonts/opensans-regular.ttf') format('truetype')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
src: url('/Content/fonts/opensans-semibold.eot');
|
|
src: local('Open Sans SemiBold'),
|
|
local('OpenSans-SemiBold'),
|
|
url('/Content/fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
|
|
url('/Content/fonts/opensans-semibold.woff') format('woff'),
|
|
url('/Content/fonts/opensans-semibold.ttf') format('truetype')
|
|
}
|