Issues with custom fonts & logo

Dear support,

I’ve tried to integrate a custom font with the code below (Apperance->Editor->first part of code in Unit them style.css):
@font-face {
font-family: ‘SoinSansPro-Light’;
src: url(‘soin-sans-pro-light.eot’);
src: url(‘soin-sans-pro-light.eot?#iefix’) format(‘embedded-opentype’),
url(‘soin-sans-pro-light.woff2’) format(‘woff2’),
url(‘soin-sans-pro-light.woff’) format(‘woff’),
url(‘soin-sans-pro-light.ttf’) format(‘truetype’),
url(‘soin-sans-pro-light.svg#youworkforthem’) format(‘svg’);
font-weight: normal;
font-style: normal;
}

body {
color: #6B6B6B;
word-wrap: break-word;
line-height: 1.7;
font-size: 15px;
font-family: ‘SoinSansPro-Light’, Helvetica, Arial, Sans-Serif;
}

And similar for all headers. I’ve also changed all header sizes to the same value, however neither the font nor the sizes change on the wepage. The fonts are uploaded to the specified folder.

Moreover I’d like to have the logo on the far right corner of the screen, but the float:rigfht command would just align it to the right of the menu bar.

Kindly ask to tell me what I’m doing wrong.

Kind regards

Hey there,

I hope you are well today and thank you for your question.

In regards to implementing custom fonts, I recommend using this tutorial:

Try making the changes via FTP

Best regards,
Support.