Moved location of font css file to get path working correctly in prod env.
This commit is contained in:
parent
252e1e0b48
commit
8fd321e6b8
3 changed files with 45 additions and 45 deletions
|
@ -11,7 +11,7 @@
|
|||
*= require ./bootstrap-tokenfield.css
|
||||
*= require ./noty_theme_twitter.css
|
||||
*= require ./sew.css
|
||||
*= require ./fonts/fira-sans.css
|
||||
*= require ./fira-sans.css
|
||||
*= require ./zammad.css.scss
|
||||
*
|
||||
*= require_tree ./custom/
|
||||
|
|
44
app/assets/stylesheets/fira-sans.css
Executable file
44
app/assets/stylesheets/fira-sans.css
Executable file
|
@ -0,0 +1,44 @@
|
|||
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 15, 2014 */
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Sans';
|
||||
src: url('fonts/firasans-regular-webfont.eot');
|
||||
src: url('fonts/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/firasans-regular-webfont.woff') format('woff'),
|
||||
url('fonts/firasans-regular-webfont.ttf') format('truetype'),
|
||||
url('fonts/firasans-regular-webfont.svg#fira_sansregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Sans';
|
||||
src: url('fonts/firasans-bold-webfont.eot');
|
||||
src: url('fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/firasans-bold-webfont.woff') format('woff'),
|
||||
url('fonts/firasans-bold-webfont.ttf') format('truetype'),
|
||||
url('fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Sans';
|
||||
src: url('fonts/firasans-light-webfont.eot');
|
||||
src: url('fonts/firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/firasans-light-webfont.woff') format('woff'),
|
||||
url('fonts/firasans-light-webfont.ttf') format('truetype'),
|
||||
url('fonts/firasans-light-webfont.svg#fira_sanslight') format('svg');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
|
@ -1,44 +0,0 @@
|
|||
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 15, 2014 */
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Sans';
|
||||
src: url('firasans-regular-webfont.eot');
|
||||
src: url('firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('firasans-regular-webfont.woff') format('woff'),
|
||||
url('firasans-regular-webfont.ttf') format('truetype'),
|
||||
url('firasans-regular-webfont.svg#fira_sansregular') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Sans';
|
||||
src: url('firasans-bold-webfont.eot');
|
||||
src: url('firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('firasans-bold-webfont.woff') format('woff'),
|
||||
url('firasans-bold-webfont.ttf') format('truetype'),
|
||||
url('firasans-bold-webfont.svg#fira_sansbold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Fira Sans';
|
||||
src: url('firasans-light-webfont.eot');
|
||||
src: url('firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('firasans-light-webfont.woff') format('woff'),
|
||||
url('firasans-light-webfont.ttf') format('truetype'),
|
||||
url('firasans-light-webfont.svg#fira_sanslight') format('svg');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
Loading…
Reference in a new issue