In my theme-styles.css I have added:
I have also tried
The TorusNotched-Bold.woff file is in the themes/shadows/ui/css/ folder
The font is not rendering. I had "assumed" it was because it displayed perfectly on my machine. I discovered it did so because this font was in my system. Why is it not displaying on the site?
Code:
/* TorusNotched - bold */ @font-face { font-family: 'TorusNotched-Bold'; font-style: bold; font-weight: 700; src: local('TorusNotched Bold'), local('TorusNotched-Bold'), url('TorusNotched-Bold.woff') format('woff') }
Code:
/* TorusNotched - bold */ @font-face { font-family: 'TorusNotched-Bold'; font-style: bold; font-weight: 700; src: local('TorusNotched Bold'), local('TorusNotched-Bold'), url('themes/shadows/ui/css/TorusNotched-Bold.woff') format('woff') }
The font is not rendering. I had "assumed" it was because it displayed perfectly on my machine. I discovered it did so because this font was in my system. Why is it not displaying on the site?
Comment