BEANTHERAMBO
NO SONG PLAYING

Google Font - Creepstar

Bookmark the Google font and have preview here...

Creepstar Font Preview:

Creepstar

CODE
html
1
2
3
<div class="font-wrap">
<h3>Creepstar</h3>
</div>
css
1
2
3
4
5
6
7
8
9
10
11
@import url('https://fonts.googleapis.com/css?family=Creepster&display=swap');

.font-wrap{
font-family: 'Creepster', cursive;
text-align: center;
}
.font-wrap h3{
font-size: 48px;
text-align: center;
margin: 0 auto;
}