added lexend as fallback and new version of cal sans (#850)

pull/944/head^2
Peer Richelsen 2021-10-14 12:21:16 +01:00 committed by GitHub
parent a71d97a4ad
commit 3b844583c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -33,6 +33,9 @@
src: url("https://cal.com/cal.ttf");
}
/* Lexend Fallback for Cal Sans*/
@import url("https://fonts.googlepis.com/css2?family=Lexend:wght@100&display=swap");
/* note(PeerRich): TODO move @layer components into proper React Components: <Button color="primary" size="xs" /> */
@layer components {
/* Primary buttons */

View File

@ -99,7 +99,7 @@ module.exports = {
},
},
fontFamily: {
cal: ["Cal Sans", "sans-serif"],
cal: ["Cal Sans", "Lexend", "sans-serif"],
},
maxHeight: (theme) => ({
0: "0",