  <style>
	@font-face {
        font-family: font;
        src: url(Roboto.woff);
    }
	
    svg{
        font-family: font, sans-serif;
    }
	.contentText {
    position: absolute;
    top: 150px;
    left: 270px;
	width: 60%;
	height: 100%;
    font-size: 18px;
	font-family:font, sans-serif;
	}	
</style>