I am using @font-face in CSS file with a relative url to font files (relative to the css file). However on the endpoints of the account page (create by woocommerce) the relative nature of the url breaks and includes the endpoint.
For example:
url('url/something/something/') will become url('url/endpoint/something/something/)
I am assuming that this is normal behviour, however I cannot find any references as to how to overcome it in the css file short of generating rules at load or by using absolute paths.