For whatever reason, this is not working out and I cannot figure out why.
This is in my custom CSS file.
@font-face{
font-family: 'AAS';
src: rl(/path/to/user/themes/quark/fonts/aas.ttf) format('truetype');
}
body {
font-family: 'AAS', sans-serif;
}
I have also tried
@font-face{
font-family: 'AAS';
src: rl(../fonts/aas.ttf) format('truetype');
}
body {
font-family: 'AAS', sans-serif;
}
What am I missing? I have cleared cache and what not, but I am still striking zero.