Thanks, Charles. I've now put the fonts in a new folder 'fonts' in /media/templates/site/cassiopeia/fonts as indicated.
However, I assume I will also need to change the filepath in the CSS. It is currently:
@font-face {
font-family: 'Englebert';
src: url(../fonts/'Englebert-Regular.woff2') format('woff2'),
url(../fonts/'Englebert-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
As I am unsure of the correct file architecture, could you kindly also give me the correct filepath for:
src: url(../fonts/'Englebert-Regular.woff2') format('woff2') assuming that ../fonts/ is incorrect?
Many thanks
Richard
However, I assume I will also need to change the filepath in the CSS. It is currently:
@font-face {
font-family: 'Englebert';
src: url(../fonts/'Englebert-Regular.woff2') format('woff2'),
url(../fonts/'Englebert-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
As I am unsure of the correct file architecture, could you kindly also give me the correct filepath for:
src: url(../fonts/'Englebert-Regular.woff2') format('woff2') assuming that ../fonts/ is incorrect?
Many thanks
Richard
Statistics: Posted by keelbolt — Mon Jul 22, 2024 3:41 pm