Reset font-sans family
This commit is contained in:
parent
5d1380de0d
commit
0b2f5df650
|
@ -7,7 +7,7 @@
|
|||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>Rebuilding Bartik with Vue.js and Tailwind CSS</title>
|
||||
</head>
|
||||
<body class="text-black bg-black text-sm leading-normal">
|
||||
<body class="font-sans text-black bg-black text-sm leading-normal">
|
||||
<noscript>
|
||||
<strong>We're sorry but rebuilding-bartik doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
|
|
|
@ -28,6 +28,9 @@ module.exports = {
|
|||
white: '#fff',
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['sans-serif'],
|
||||
},
|
||||
fontSize: {
|
||||
'3xl': '1.75rem',
|
||||
},
|
||||
|
|
Reference in a new issue