Stephen Kerr 2 years ago
parent 3e477aef8e
commit dc10b2147a

@ -6,28 +6,28 @@
@font-face { @font-face {
font-family: 'worksans'; 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-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'worksans'; 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-weight: bold;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'worksans'; 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-weight: normal;
font-style: oblique; font-style: oblique;
} }
@font-face { @font-face {
font-family: 'worksans'; 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-weight: bold;
font-style: oblique; font-style: oblique;
} }

Loading…
Cancel
Save