Kategoriler
CSS

Google Fonts

<style>
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
.text {
	color: #ed1c24;
	font-family: 'Lato';
	font-size: 24px;
	font-weight: bold;
}
</style>
<span class="text">Google Fonts Text</span>