EE // 29181860
by ChrisStanyon
HTML
<h6 class="h9">
This is a styled header
</h6>
CSS
@import url(//fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap);
.h9 {
font-family: 'Orbitron', sans-serif;
}
by ChrisStanyon
<h6 class="h9">
This is a styled header
</h6>
@import url(//fonts.googleapis.com/css2?family=Orbitron:wght@600&display=swap);
.h9 {
font-family: 'Orbitron', sans-serif;
}