JSFiddle - React, Tailwind, and code Playground

by oilvier

HTML

<script src="http://fonts.googleapis.com/css?family=Quicksand"></script>
<p class="font">ça fait beaucoup de €</p>
<p>ça fait beaucoup de €</p>

CSS

@import url(http://fonts.googleapis.com/css?family=Quicksand:700);
p {font-size:18px; margin:10px; font-family:Arial;}

.font {font-family: 'Quicksand', Arial, sans-serif;}