changed sans font to roboto (#895)

pull/892/head^2
Peer Richelsen 2021-10-10 11:17:49 +01:00 committed by GitHub
parent e83980a999
commit fdd4bd2e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -24,6 +24,9 @@
@apply rounded-sm focus:ring-primary-500 focus:border-primary-500 h-auto py-0.5 my-0.5; @apply rounded-sm focus:ring-primary-500 focus:border-primary-500 h-auto py-0.5 my-0.5;
} }
/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* Cal Sans */ /* Cal Sans */
@font-face { @font-face {
font-family: "Cal Sans"; font-family: "Cal Sans";

View File

@ -7,6 +7,9 @@ module.exports = {
], ],
darkMode: "class", darkMode: "class",
theme: { theme: {
fontFamily: {
sans: ["Roboto", "sans-serif"],
},
extend: { extend: {
colors: { colors: {
black: "#111111", black: "#111111",
@ -96,7 +99,6 @@ module.exports = {
}, },
}, },
fontFamily: { fontFamily: {
inter: ["Inter", "sans-serif"],
cal: ["Cal Sans", "sans-serif"], cal: ["Cal Sans", "sans-serif"],
}, },
maxHeight: (theme) => ({ maxHeight: (theme) => ({