removed lexend, upgraded cal sans, added roboto from local instead of google fonts (#1121)

This commit is contained in:
Peer Richelsen 2021-11-04 00:25:47 +00:00 committed by GitHub
parent ac3569b78e
commit 3c5a84b7b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

Binary file not shown.

BIN
public/roboto.ttf Normal file

Binary file not shown.

View File

@ -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 */

View File

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