Edit in JSFiddle

<body>
  <h1 class="font-effect-fire">www.karmany.net</h1>
</body>
@import url(https://fonts.googleapis.com/css?family=Anton&effect=fire);
h1 {
font-family: 'Anton', sans-serif;
font-size: 60px;
}