-
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.
feat(foundation): add font-face definitions (#24)
- Loading branch information
Showing
2 changed files
with
152 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@holisticon/atomic-playfulness-foundation": minor | ||
--- | ||
|
||
Add font-face definitions for ES Klarheit fonts |
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,147 @@ | ||
/* ES Klarheit Kurrent */ | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 400; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-Rg.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 400; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-It.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 500; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-Md.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 500; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-MdIt.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 600; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-Smbd.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 600; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-SmbdIt.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 700; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-Bd.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Kurrent"; | ||
font-weight: 700; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitKurrent-BdIt.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
/* ES Klarheit Grotesk */ | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 400; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-Rg.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 400; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-It.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 500; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-Md.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 500; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-MdIt.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 600; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-Smbd.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 600; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-SmbdIt.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 700; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-Bd.woff2") | ||
format("woff2"); | ||
font-style: normal; | ||
font-display: swap; | ||
} | ||
|
||
@font-face { | ||
font-family: "ES Klarheit Grotesk"; | ||
font-weight: 700; | ||
src: url("https://atomic-playfulness.holisticon.de/fonts/ESKlarheitGrotesk-BdIt.woff2") | ||
format("woff2"); | ||
font-style: italic; | ||
font-display: swap; | ||
} |