@font-face {
font-family: 'xyz';
font-style: normal;
font-weight: 400;
src:
url(fonts/regular.woff2) format('woff2'),
url(fonts/regular.woff) format('woff'),
url(fonts/regular.ttf) format('truetype');
}
@font-face {
font-family: 'xyz';
font-style: normal;
font-weight: 400;
src:
url(fonts/regular.woff2) format('woff2'),
url(fonts/regular.woff) format('woff'),
url(fonts/regular.ttf) format('truetype');
}