<div class="normal">▼ </div>
<div class="font-a">▼</div>
<div class="font-b">▼</div>
<div class="font-c">▼</div>
<div class="font-d">▼</div>
<div class="font-e">▼</div>
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Dela+Gothic+One&family=New+Tegomin&family=Train+One&family=ZCOOL+QingKe+HuangYou&display=swap');
html, body {
width: 100%;
height: 100%;
display: flex;
}
div {
width: 100px;
height: 100px;
margin: auto;
font-size: 100px;
color: deeppink;
}
.font-a {
font-family: 'New Tegomin', serif;
}
.font-b {
font-family: 'Dela Gothic One', cursive;
}
.font-c {
font-family: 'Train One', cursive;
}
.font-d {
font-family: 'ZCOOL QingKe HuangYou', cursive;
}
.font-e {
font-family: 'Dancing Script', cursive;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.