[fix] Remove unused SourceSansPro-Black font.

This commit is contained in:
opi 2014-11-13 18:24:07 +01:00
parent af65559ef1
commit 44d5f525b8
4 changed files with 0 additions and 13 deletions

View file

@ -9,15 +9,6 @@
font-style: normal; font-style: normal;
} }
@font-face {
font-family: 'SourceSansPro-Black';
src: url('../fonts/SourceSansPro-Black.eot');
src: url('../fonts/SourceSansPro-Black.eot#iefix'),
url('../fonts/SourceSansPro-Black.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face { @font-face {
font-family: 'source_sans_probold'; font-family: 'source_sans_probold';
src: url('sourcesanspro-bold-webfont.eot'); src: url('sourcesanspro-bold-webfont.eot');

View file

@ -152,10 +152,6 @@ body {/*overflow-y: scroll;*/}
font-family: 'source_sans_probold'; font-family: 'source_sans_probold';
} }
#ynhoverlay .sourceProBlack {
font-family: 'SourceSansPro-Black';
}
#ynhoverlay .wrapper { #ynhoverlay .wrapper {
width: 90%; width: 90%;
margin: 2% 5%; margin: 2% 5%;