feat: initial commit
This commit is contained in:
commit
166e65b8a6
86 changed files with 9921 additions and 0 deletions
66
src/assets/fonts/work-sans/work-sans.css
Normal file
66
src/assets/fonts/work-sans/work-sans.css
Normal file
|
@ -0,0 +1,66 @@
|
|||
/* 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue