removed lexend, upgraded cal sans, added roboto from local instead of google fonts (#1121)
parent
ac3569b78e
commit
3c5a84b7b4
BIN
public/cal.ttf
BIN
public/cal.ttf
Binary file not shown.
Binary file not shown.
|
@ -25,17 +25,17 @@
|
|||
}
|
||||
|
||||
/* Roboto */
|
||||
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
src: url("https://app.cal.com/roboto.ttf");
|
||||
}
|
||||
|
||||
/* Cal Sans */
|
||||
@font-face {
|
||||
font-family: "Cal Sans";
|
||||
src: url("https://cal.com/cal.ttf");
|
||||
src: url("https://app.cal.com/cal.ttf");
|
||||
}
|
||||
|
||||
/* Lexend Fallback for Cal Sans*/
|
||||
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
||||
|
||||
/* note(PeerRich): TODO move @layer components into proper React Components: <Button color="primary" size="xs" /> */
|
||||
@layer components {
|
||||
/* Primary buttons */
|
||||
|
|
|
@ -99,7 +99,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
fontFamily: {
|
||||
cal: ["Cal Sans", "Lexend", "sans-serif"],
|
||||
cal: ["Cal Sans", "sans-serif"],
|
||||
},
|
||||
maxHeight: (theme) => ({
|
||||
0: "0",
|
||||
|
|
Loading…
Reference in New Issue