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

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

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

	.barlow_medium {
		font-family: Barlow;
		font-weight: 500; 
		font-style: normal
	}
© 2024 CraytaKit