fix links to fonts

This commit is contained in:
Radek Stepan 2013-09-30 10:33:53 +01:00
parent 5d3a97d99a
commit db362b6ed7
2 changed files with 6 additions and 6 deletions

View File

@ -521,21 +521,21 @@ table {
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
url('/fonts/SourceSansPro-Regular.woff') format('woff');
url('fonts/SourceSansPro-Regular.woff') format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
url('/fonts/SourceSansPro-Semibold.woff') format('woff');
url('fonts/SourceSansPro-Semibold.woff') format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
url('/fonts/SourceSansPro-Bold.woff') format('woff');
url('fonts/SourceSansPro-Bold.woff') format('woff');
}
body {
height: 100%;

View File

@ -3,19 +3,19 @@
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
url('/fonts/SourceSansPro-Regular.woff') format('woff');
url('fonts/SourceSansPro-Regular.woff') format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
url('/fonts/SourceSansPro-Semibold.woff') format('woff');
url('fonts/SourceSansPro-Semibold.woff') format('woff');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
url('/fonts/SourceSansPro-Bold.woff') format('woff');
url('fonts/SourceSansPro-Bold.woff') format('woff');
}