fix links to fonts
This commit is contained in:
parent
5d3a97d99a
commit
db362b6ed7
|
@ -521,21 +521,21 @@ table {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
|
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-face {
|
||||||
font-family: 'Source Sans Pro';
|
font-family: 'Source Sans Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
|
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-face {
|
||||||
font-family: 'Source Sans Pro';
|
font-family: 'Source Sans Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
|
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
|
||||||
url('/fonts/SourceSansPro-Bold.woff') format('woff');
|
url('fonts/SourceSansPro-Bold.woff') format('woff');
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
@ -3,19 +3,19 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
|
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-face {
|
||||||
font-family: 'Source Sans Pro';
|
font-family: 'Source Sans Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
|
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-face {
|
||||||
font-family: 'Source Sans Pro';
|
font-family: 'Source Sans Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
|
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
|
||||||
url('/fonts/SourceSansPro-Bold.woff') format('woff');
|
url('fonts/SourceSansPro-Bold.woff') format('woff');
|
||||||
}
|
}
|
Loading…
Reference in New Issue