Following the example given in this other stackovervlow question, I have the problem that it seems my css does not recognise the font and just fills in a different one.
CSS file
@font-face {
font-family: 'libelsuit'; /*a name to be used later*/
src: url('https://ff.static.1001fonts.net/l/i/libel-suit.regular.ttf'); /*URL to font*/
}
.order
{
font-family: 'libelsuit';
}