Change font
-
How do I change the font to Helvetica in Stargazer? I tried this, but it did not work:
@font-face {
font-family: ‘Helvetica’; ‘Genericons’;
font-weight: normal;
font-style: normal;src: url(‘fonts/genericons/genericons-regular-webfont.eot’);
src: url(‘fonts/genericons/genericons-regular-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘fonts/genericons/genericons-regular-webfont.woff’) format(‘woff’),
url(‘fonts/genericons/genericons-regular-webfont.ttf’) format(‘truetype’),
url(‘fonts/genericons/genericons-regular-webfont.svg#genericonsregular’) format(‘svg’);
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change font’ is closed to new replies.