This commit is contained in:
Steven Garrity 2012-03-14 12:04:04 -03:00
Родитель 0a5513672c
Коммит 8f321c991c
5 изменённых файлов: 10 добавлений и 8 удалений

Просмотреть файл

@ -30,7 +30,7 @@
margin: @baseLine;
text-align: center;
b {
font-weight: 400;
font-weight: bold;
}
}

Просмотреть файл

@ -96,6 +96,8 @@
h4 a:after,
a h4:after {
content: " »";
.open-sans-light;
font-weight: 300;
}
}
}

Просмотреть файл

@ -1,11 +1,11 @@
@font-face {
font-family: 'Open Sans';
font-family: 'Open Sans Light';
src: url('/media/fonts/OpenSans-Light-webfont.eot');
src: url('/media/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('/media/fonts/OpenSans-Light-webfont.woff') format('woff'),
url('/media/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
url('/media/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
font-weight: 300;
font-weight: normal;
font-style: normal;
}
@ -16,7 +16,7 @@
url('/media/fonts/OpenSans-Regular-webfont.woff') format('woff'),
url('/media/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
url('/media/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
font-weight: 400;
font-weight: normal;
font-style: normal;
}
@ -27,6 +27,6 @@
url('/media/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
url('/media/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
url('/media/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
font-weight: 600;
font-weight: bold;
font-style: normal;
}

Просмотреть файл

@ -412,7 +412,7 @@ nav.menu-bar {
}
li b {
font-weight: 600;
font-weight: bold;
}
}

Просмотреть файл

@ -37,8 +37,8 @@
}
.open-sans-light {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-family: 'Open Sans Light', sans-serif;
font-weight: normal;
}
.clearfix {