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