CSS file location
-
Hi,
I am adding my own custom fonts (@fontface…) to the css plugin. Where is the final CSS file located that this plugin makes? I need to understand where the css file is located relative to the fonts folder so I can reference it properly
@font-face {
font-family: ‘National-Regular’;
src: url(‘location/National-Regular.otf’) format(‘otf’),
url(‘location/National-Regular.woff’) format(‘woff’),
url(‘location/National-Regular.ttf’) format(‘truetype’);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CSS file location’ is closed to new replies.