Commit 6ebdf5a5 authored by Tristan Cavelier's avatar Tristan Cavelier

fixup! erp5_font: prepend folder name to relative urls

parent 07ec5019
......@@ -7,41 +7,41 @@ Copyright 2012 Google Inc. All Rights Reserved.
*/
@font-face {
font-family: 'Roboto';
src: url('roboto-regular.eot');
src: url('roboto-regular.eot?#iefix') format('embedded-opentype'),
url('roboto-regular.woff2') format('woff2'),
url('roboto-regular.woff') format('woff'),
url('roboto-regular.ttf') format('truetype');
src: url('roboto/roboto-regular.eot');
src: url('roboto/roboto-regular.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-regular.woff2') format('woff2'),
url('roboto/roboto-regular.woff') format('woff'),
url('roboto/roboto-regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('roboto-light.eot');
src: url('roboto-light.eot?#iefix') format('embedded-opentype'),
url('roboto-light.woff2') format('woff2'),
url('roboto-light.woff') format('woff'),
url('roboto-light.ttf') format('truetype');
src: url('roboto/roboto-light.eot');
src: url('roboto/roboto-light.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-light.woff2') format('woff2'),
url('roboto/roboto-light.woff') format('woff'),
url('roboto/roboto-light.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('roboto-italic.eot');
src: url('roboto-italic.eot?#iefix') format('embedded-opentype'),
url('roboto-italic.woff2') format('woff2'),
url('roboto-italic.woff') format('woff'),
url('roboto-italic.ttf') format('truetype');
src: url('roboto/roboto-italic.eot');
src: url('roboto/roboto-italic.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-italic.woff2') format('woff2'),
url('roboto/roboto-italic.woff') format('woff'),
url('roboto/roboto-italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('roboto-bold.eot');
src: url('roboto-bold.eot?#iefix') format('embedded-opentype'),
url('roboto-bold.woff2') format('woff2'),
url('roboto-bold.woff') format('woff'),
url('roboto-bold.ttf') format('truetype');
src: url('roboto/roboto-bold.eot');
src: url('roboto/roboto-bold.eot?#iefix') format('embedded-opentype'),
url('roboto/roboto-bold.woff2') format('woff2'),
url('roboto/roboto-bold.woff') format('woff'),
url('roboto/roboto-bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment