Yes. Did you see the link that I have shared?
Here is the font's names:
font-family: 'Univers Pro 75 Black'
font-family: 'Univers Pro 45 Light'
font-family: 'Univers Pro 55 Roman'
Here is the code that I need to use in my index:
<script type="text/javascript">
(function() {
var path = '//easy.myfonts.net/v2/js?sid=211228(font-family=Univers+Pro+75+Black)&sid=218105(font-family=Univers+Pro+45+Light)&sid=218106(font-family=Univers+Pro+55+Roman)&key=6fqnzbOmk9',
protocol = ('https:' == document.location.protocol ? 'https:' : 'http:'),
trial = document.createElement('script');
trial.type = 'text/javascript';
trial.async = true;
trial.src = protocol + path;
var head = document.getElementsByTagName("head")[0];
head.appendChild(trial);
})();
</script>[/code:2ck6gnkb]