Hi
Is it possible to use the font "Aileron" in the Kaylee template?
Thanks, Paul
@font-face {
font-family: 'YourFont';
src: url('../fonts/yourfont-webfont.eot');
src: url('../fonts/yourfont-webfont.eot') format('embedded-opentype'), url('../fonts/yourfont-webfont.woff2') format('woff2'), url('../fonts/yourfont-webfont.woff') format('woff'), url('../fonts/yourfont-webfont.ttf') format('truetype'), url('../fonts/yourfont-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font-family: YourFont;
}
@font-face {
font-family: 'Aileron-Regular';
src: url('../fonts/Aileron-Regular.otf');
src: url('../fonts/Aileron-Regular.otf') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}