1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-10-23 03:34:28 -04:00

fix encoding

This commit is contained in:
2017-07-18 13:28:43 -04:00
parent 79f5e69e30
commit bbc060a56b
6 changed files with 114 additions and 114 deletions

View File

@@ -1,23 +1,23 @@
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/proximanova-regular-webfont.eot');
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/proximanova-semibold-webfont.eot');
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_rgsemibold') format('svg');
font-weight: bold;
font-style: normal;
}
* {
font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/proximanova-regular-webfont.eot');
src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-regular-webfont.woff') format('woff'),
url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Proxima Nova';
src: url('../fonts/proximanova-semibold-webfont.eot');
src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
url('../fonts/proximanova-semibold-webfont.svg#proxima_nova_rgsemibold') format('svg');
font-weight: bold;
font-style: normal;
}
* {
font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}