Moving generated css to a css folder and changing all routes related with fonts due to this change
This commit is contained in:
parent
a613fa900a
commit
78ebf3d9a9
@ -3,11 +3,11 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'CartoIcon';
|
||||
src: url('fonts/cartoIcon.eot');
|
||||
src: url('fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/cartoIcon.woff') format('woff'),
|
||||
url('fonts/cartoIcon.ttf') format('truetype'),
|
||||
url('fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
||||
src: url('../fonts/cartoIcon.eot');
|
||||
src: url('../fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/cartoIcon.woff') format('woff'),
|
||||
url('../fonts/cartoIcon.ttf') format('truetype'),
|
||||
url('../fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,11 +3,11 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'CartoIcon';
|
||||
src: url('fonts/cartoIcon.eot');
|
||||
src: url('fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/cartoIcon.woff') format('woff'),
|
||||
url('fonts/cartoIcon.ttf') format('truetype'),
|
||||
url('fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
||||
src: url('../fonts/cartoIcon.eot');
|
||||
src: url('../fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/cartoIcon.woff') format('woff'),
|
||||
url('../fonts/cartoIcon.ttf') format('truetype'),
|
||||
url('../fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<head>
|
||||
<link href='../cartostyles.css' type='text/css' rel='stylesheet'>
|
||||
<link href='../css/cartostyles.css' type='text/css' rel='stylesheet'>
|
||||
</head>
|
||||
|
||||
{{> theme}}
|
||||
|
@ -2,7 +2,7 @@ module.exports = {
|
||||
dist: {
|
||||
options: {},
|
||||
files: {
|
||||
'dist/cartostyles.css': [
|
||||
'dist/css/cartostyles.css': [
|
||||
'.tmp/src/scss/**/*.css'
|
||||
]
|
||||
}
|
||||
|
@ -4,8 +4,8 @@ module.exports = {
|
||||
check: 'gzip'
|
||||
},
|
||||
files: {
|
||||
'dist/cartostyles.css': [
|
||||
'dist/cartostyles.css'
|
||||
'dist/css/cartostyles.css': [
|
||||
'dist/css/cartostyles.css'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user