I tryed to add this code below directly in /soraarticle/css/style.css file, but it broke the paragraph structure it truncated all the text together. I tryed to fix the problem by adding <br><br> directly in blog posts but it was also bad idea :) Any suggestions?
customfont{
font-family: 'x_regular';
src: url('x-webfont.eot');
src: url('x-webfont.eot?#iefix') format('embedded-opentype'),
url('x-webfont.woff2') format('woff2'),
url('x-webfont.woff') format('woff'),
url('x-webfont.ttf') format('truetype'),
url('x-webfont.svg#x_regular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'x_regular';
src: url('x-webfont.eot');
src: url('x-webfont.eot?#iefix') format('embedded-opentype'),
url('x-webfont.woff2') format('woff2'),
url('x-webfont.woff') format('woff'),
url('x-webfont.ttf') format('truetype'),
url('x-webfont.svg#x_regular') format('svg');
font-weight: normal;
font-style: normal;
}