Quote:
This was copied from a working @font
Code:
src:url(../Fonts/CharisSILR.ttf)
Note: No quotes
|
Actually, I put the file through Calibre who moved the following to the page_style.css sheet:
@font-face {
font-family: "alkaios";
font-weight: normal;
font-style: normal;
src: url(../Fonts/alkaios-regular.ttf)
}
Note -- no quotes but I still get the same error from WC3
Property src doesn't exist : url(../Fonts/alkaios-regular.ttf)
I've given up now because the ePub is displaying correctly.
Although, I would be interested to know why it is erroring if anybody knows.