Reset font-sans family

This commit is contained in:
Oliver Davies 2019-03-21 00:27:30 +00:00
parent 5d1380de0d
commit 0b2f5df650
2 changed files with 4 additions and 1 deletions

View file

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

View file

@ -28,6 +28,9 @@ module.exports = {
white: '#fff',
},
extend: {
fontFamily: {
sans: ['sans-serif'],
},
fontSize: {
'3xl': '1.75rem',
},