@autourdunmoment: For this you will need to download the font file from the this link. You will need to unzip the downloaded folder and upload the font files using FTP and keep it under fonts folder.
This is done so that the fonts won’t be lost after theme update.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
@font-face {
font-family: 'Riesling';
src:url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.woff') format('woff'),
url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.svg#Riesling') format('svg'),
url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.eot'),
url('http://yoursiteurl.com/wp-content/uploads/fonts/Riesling.ttf.eot?#iefix') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
Now the font is ready to use.
Let me know where you want the font to be used and also post in your site URL.
Let me know if this works out!
Kind Regards,
Skandha