added lexend as fallback and new version of cal sans (#850)
This commit is contained in:
parent
a71d97a4ad
commit
3b844583c9
3 changed files with 4 additions and 1 deletions
BIN
public/cal.ttf
BIN
public/cal.ttf
Binary file not shown.
|
@ -33,6 +33,9 @@
|
||||||
src: url("https://cal.com/cal.ttf");
|
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" /> */
|
/* note(PeerRich): TODO move @layer components into proper React Components: <Button color="primary" size="xs" /> */
|
||||||
@layer components {
|
@layer components {
|
||||||
/* Primary buttons */
|
/* Primary buttons */
|
||||||
|
|
|
@ -99,7 +99,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
cal: ["Cal Sans", "sans-serif"],
|
cal: ["Cal Sans", "Lexend", "sans-serif"],
|
||||||
},
|
},
|
||||||
maxHeight: (theme) => ({
|
maxHeight: (theme) => ({
|
||||||
0: "0",
|
0: "0",
|
||||||
|
|
Loading…
Reference in a new issue