all repos — h3rald @ 51dd3c5df7946f93e0cb17dd8be8430633ef3b80

The sources of https://h3rald.com

content/styles/_hastyscribe.scss

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
@font-face {
	font-family: 'HastyScribe';
	src:url('../fonts/hastyscribe-eot.eot');
	src:url('../fonts/hastyscribe-eot.eot?#iefix') format('embedded-opentype'),
		url('../fonts/hastyscribe-ttf.ttf') format('truetype'),
		url('../fonts/hastyscribe-woff.woff') format('woff'),
		url('../fonts/hastyscribe-svg.svg#hastyscribe') format('svg');
	font-weight: normal;
	font-style: normal;
}

.hastyscribe:before {
  font-family: "HastyScribe";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
  font-size: 150%;
  vertical-align: bottom;
  line-height: 0.7;


	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  display: inline;
	content: "H";
}