When connecting a font in this version
@font-face { font-family: "Lato"; src: url(/fonts/Lato/Lato-Regular.ttf); font-weight: normal; } The font does not apply. However, if we transfer to the folder above
@font-face { font-family: "Lato"; src: url(/fonts/Lato-Regular.ttf); font-weight: normal; } Font clings.
The question is, why doesn't it actually apply?
This problem is available only in Chrome on the Windows platform, on the Mac and * nix there is no such thing.
src: url(./fonts/Lato/Lato-Regular.ttf);directorysrc: url(./fonts/Lato/Lato-Regular.ttf);- 1000ISLANDS