Quoted By:
Does anybody know how to force Firefox to use Helvetica instead of reverting to Arial on custom start pages? some forums have suggested using
@font-face { font-family: 'font you want to replace'; src: local('font of your choice');
as a solution, but it doesn't seem to work. It must be a Firefox issue, as MS Edge can display the font with no problems.
I would also like to try to improve the readability of the links by making the backround blurred, but filter: blur also blurs the links themselves - is there any way to do this apart from editing the background picture manually? Thanks in advance