main
Stephen Kerr 2 years ago
parent b5c011bfa6
commit 3e477aef8e

@ -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;
}

Loading…
Cancel
Save