Hey, so after playing around with it on http://www.abcdinamo.com/specimen/olicLd
I found out they use the css:
font-feature-settings: "ss09";
Ok so what you can do is create a textformat that uses the font.
Each textformat has a "HTML class"
0_1485334217249_Screen Shot 2017-01-25 at 09.48.53.png
Here it is "_Default" for example.
Ok now go to "Lay Options" -> "Custom CSS & HTML" and in "Custom <head> content" put:
<style>
._Default{
font-feature-settings: "ss09";
}
</style>
Of course instead of _Default, there should be the html class of your textformat.