Try using double quotes around your tags, for example:
@font-face { font-family: "rrb-main"; src: url("./assets/rrb-main.eot"); src: url("./assets/rrb-main.eot?#iefix") format("embedded-opentype"), url("./assets/rrb-main.woff") format("woff"), url("./assets/rrb-main.ttf") format("truetype"); font-weight: normal; font-style: normal; }
I donβt know why, but sometimes it works. This tag should work, since you have a version of the EOT font.
Mike legacy
source share