|
|
|
@ -6,28 +6,28 @@
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'worksans';
|
|
|
|
|
src: url('fonts/worksans/WorkSans-Medium.woff') format('opentype');
|
|
|
|
|
src: url('../fonts/worksans/WorkSans-Medium.woff') format('opentype');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'worksans';
|
|
|
|
|
src: url('fonts/worksans/WorkSans-Bold.woff') format('opentype');
|
|
|
|
|
src: url('../fonts/worksans/WorkSans-Bold.woff') format('opentype');
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'worksans';
|
|
|
|
|
src: url('fonts/worksans/WorkSans-MediumItalic.woff') format('opentype');
|
|
|
|
|
src: url('../fonts/worksans/WorkSans-MediumItalic.woff') format('opentype');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: oblique;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'worksans';
|
|
|
|
|
src: url('fonts/worksans/WorkSans-BoldItalic.woff') format('opentype');
|
|
|
|
|
src: url('../fonts/worksans/WorkSans-BoldItalic.woff') format('opentype');
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: oblique;
|
|
|
|
|
}
|
|
|
|
|