1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update text

This commit is contained in:
Luke Pulverenti 2015-03-21 14:12:12 -04:00
parent 598ac483e0
commit 56f6598039
92 changed files with 120 additions and 123 deletions

Binary file not shown.

Binary file not shown.

View file

@ -704,8 +704,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
.libraryPanelHeader {
margin: 5px 0 15px 0;
font-size: 15px;
font-family: MBLogo;
font-weight: 200;
font-family: Montserrat;
}
.libraryPanelHeader a {
@ -724,10 +723,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
font-weight: 300;
}
.mediaBrowserAccent {
color: #52B54B !important;
}
.detailImageProgressContainer {
position: absolute;
bottom: 2px;

View file

@ -100,8 +100,7 @@
}
.logoLibraryMenuButtonText {
font-family: MBLogo;
font-weight: 200;
font-family: Montserrat;
color: #000;
}

View file

@ -33,11 +33,13 @@
src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/RobotoBold.woff) format('woff');
}
/* latin */
@font-face {
font-family: 'MBLogo';
font-style: normal;
font-weight: 200;
src: url('fonts/mblogo.woff') format('woff');
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat-Regular'), url(fonts/Montserrat.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;
}
/* For some reason jquery mobile 1.4.5 wants to horitontally pad mini form fields. */