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

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

	.lobster_two_regular {
		font-family: LobsterTwo;
		font-weight: 400; 
		font-style: normal
	}
© 2024 CraytaKit