这是一个包含两个字体的网站。第一个字体是”momocons”,它是一个无衬线字体,用于显示各种图标。第二个字体是”icomoon”,它是一个矢量图标字体,可以用于创建各种图形元素。这两个字体都是由Momondo提供,可以在其官方网站上下载使用。

如果你需要将这些字体添加到你的项目中,你可以使用以下代码:

@font-face {
font-family: 'momocons';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/momocons.woff?v=a10f93f8a9a85152ff720e33f26d8ffa17e819f2&cluster=5") format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'icomoon';
src: url("https://content.r9cdn.net/res/resources/horizon/ui/server/components/SsrPageHead/brands/momondo/icomoon.ttf?v=259c6f06d48a67d04edf67ffa21a527434a07525&cluster=5");
font-weight: normal;
font-style: normal;
}