45 lines
1.1 KiB
SCSS
45 lines
1.1 KiB
SCSS
@font-face {
|
|
font-family: 'worksans-medium';
|
|
src: url('../fonts/WorkSans-Medium.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'worksans-mediumitalic';
|
|
src: url('../fonts/WorkSans-MediumItalic.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@mixin font-worksans-medium {
|
|
font-face: worksans-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-weight: normal;
|
|
}
|
|
@mixin font-worksans-mediumitalic {
|
|
font-face: worksans-mediumitalic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
font-weight: normal;
|
|
}
|
|
|
|
|
|
//
|
|
// mods on fonts and typography
|
|
// not in foundation variables
|
|
// -----------------------------
|
|
|
|
//h1,h2,h3,h4,h5,h6,
|
|
//.h1,.h2,.h3,.h4,.h4,.h5,.h6,
|
|
//button,.button,
|
|
//header nav,
|
|
//.hero .claim
|
|
//{
|
|
// font-variant:all-small-caps;
|
|
//}
|
|
//
|
|
//
|
|
//h1,h2,h3,h4,h5,h6,
|
|
//.h1,.h2,.h3,.h4,.h4,.h5,.h6 {
|
|
// a {
|
|
// color: $black;
|
|
// }
|
|
//}
|