Teko-Bold.ttf
The quick brown fox jumps over the lazy dog.
	
	@font-face {
		font-family: Teko;
		src: url(https://content.crayta.com/fonts/Teko-Bold.ttf);
		font-weight: 700; 
		font-style: normal
	}

	.teko_bold {
		font-family: Teko;
		font-weight: 700; 
		font-style: normal
	}
Teko-Light.ttf
The quick brown fox jumps over the lazy dog.
	
	@font-face {
		font-family: Teko;
		src: url(https://content.crayta.com/fonts/Teko-Light.ttf);
		font-weight: 400; 
		font-style: normal
	}

	.teko_light {
		font-family: Teko;
		font-weight: 400; 
		font-style: normal
	}
Teko-Medium.ttf
The quick brown fox jumps over the lazy dog.
	
	@font-face {
		font-family: Teko;
		src: url(https://content.crayta.com/fonts/Teko-Medium.ttf);
		font-weight: 500; 
		font-style: normal
	}

	.teko_medium {
		font-family: Teko;
		font-weight: 500; 
		font-style: normal
	}
Teko-Regular.ttf
The quick brown fox jumps over the lazy dog.
	
	@font-face {
		font-family: Teko;
		src: url(https://content.crayta.com/fonts/Teko-Regular.ttf);
		font-weight: 400; 
		font-style: normal
	}

	.teko_regular {
		font-family: Teko;
		font-weight: 400; 
		font-style: normal
	}
© 2024 CraytaKit