Replaving EuroCaps with Eurostile

This commit is contained in:
Colin McLeod
2015-06-07 15:41:34 -07:00
parent 2b822176e4
commit e876732ce0
11 changed files with 245 additions and 921 deletions

View File

@@ -11,16 +11,16 @@
}
@font-face {
font-family: 'eurocaps';
src: url('fonts/eurocaps-webfont.eot');
src: url('fonts/eurocaps-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/eurocaps-webfont.woff2') format('woff2'),
url('fonts/eurocaps-webfont.woff') format('woff'),
url('fonts/eurocaps-webfont.ttf') format('truetype'),
url('fonts/eurocaps-webfont.svg#euro_capsregular') format('svg');
font-family: 'Eurostile';
src: url('fonts/eurostile.eot');
src: url('fonts/eurostile.eot?#iefix') format('embedded-opentype'),
url('fonts/eurostile.woff2') format('woff2'),
url('fonts/eurostile.woff') format('woff'),
url('fonts/eurostile.ttf') format('truetype'),
url('fonts/eurostile.svg#euro_capsregular') format('svg');
font-weight: normal;
font-style: normal;
}
@fStandard: 'eurocaps', Helvetica, sans-serif;
@fStandard: 'Eurostile', Helvetica, sans-serif;
@fTitle: 'Orbitron-Regular', Arial, sans-serif;