66 lines
1.5 KiB
CSS
66 lines
1.5 KiB
CSS
/* work-sans-light */
|
|
@font-face {
|
|
font-family: Work Sans;
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src:
|
|
local('Work Sans Light'),
|
|
local('WorkSans-Light'),
|
|
url(work-sans-light.woff2) format('woff2');
|
|
font-display: swap;
|
|
}
|
|
/* work-sans-regular */
|
|
@font-face {
|
|
font-family: Work Sans;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src:
|
|
local('Work Sans Regular'),
|
|
local('WorkSans-Regular'),
|
|
url(work-sans-regular.woff2) format('woff2');
|
|
font-display: swap;
|
|
}
|
|
/* work-sans-bold */
|
|
@font-face {
|
|
font-family: Work Sans;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src:
|
|
local('Work Sans Bold'),
|
|
local('WorkSans-Bold'),
|
|
url(work-sans-bold.woff2) format('woff2');
|
|
font-display: swap;
|
|
}
|
|
/* work-sans-light-italic */
|
|
@font-face {
|
|
font-family: Work Sans;
|
|
font-style: italic;
|
|
font-weight: 300;
|
|
src:
|
|
local('Work Sans Light Italic'),
|
|
local('WorkSans-LightItalic'),
|
|
url(work-sans-light-italic.woff2) format('woff2');
|
|
font-display: swap;
|
|
}
|
|
/* work-sans-italic */
|
|
@font-face {
|
|
font-family: Work Sans;
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src:
|
|
local('Work Sans Italic'),
|
|
local('WorkSans-Italic'),
|
|
url(work-sans-italic.woff2) format('woff2');
|
|
font-display: swap;
|
|
}
|
|
/* work-sans-bold-italic */
|
|
@font-face {
|
|
font-family: Work Sans;
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src:
|
|
local('Work Sans Bold Italic'),
|
|
local('WorkSans-BoldItalic'),
|
|
url(work-sans-bold-italic.woff2) format('woff2');
|
|
font-display: swap;
|
|
}
|