-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
24,080 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
/* | ||
You can install your own font files, or install font packages from npm. | ||
FontSource <https://fontsource.org> contains many fonts that can installed via npm | ||
so you don't have to use a CDN or hosted files from Google Fonts. | ||
Here's "Open Sans", for example. | ||
https://fontsource.org/fonts/open-sans | ||
*/ | ||
|
||
/* @import "~@fontsource/open-sans/400.css"; */ | ||
|
||
/* @import "~@fontsource/open-sans/700.css"; */ | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: "Bolder"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: | ||
url("./Bolder-Bold.woff2") format("woff2"), | ||
url("./Bolder-Bold.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: "Bolder"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: | ||
url("./Bolder-Light.woff2") format("woff2"), | ||
url("./Bolder-Light.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: "Bolder"; | ||
font-style: italic; | ||
font-weight: 400; | ||
src: | ||
url("./Bolder-RegularItalic.woff2") format("woff2"), | ||
url("./Bolder-RegularItalic.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: "Bolder"; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: | ||
url("./Bolder-Regular.woff2") format("woff2"), | ||
url("./Bolder-Regular.woff") format("woff"); | ||
} | ||
|
||
@font-face { | ||
font-display: swap; | ||
font-family: "Bolder Heading"; | ||
font-style: normal; | ||
font-weight: 700; | ||
src: url("./Bolder-Heading.woff2") format("woff2"); | ||
} |
Oops, something went wrong.