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
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;
}