<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<style>
p{
font-family: 'Indie Flower', cursive;
}
</style>
<style>
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
p{
font-family: 'Indie Flower', cursive;
}
</style>