Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
6ebdf5a5
Commit
6ebdf5a5
authored
Jan 12, 2017
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! erp5_font: prepend folder name to relative urls
parent
07ec5019
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/roboto/roboto.css.css
...TemplateItem/portal_skins/erp5_font/roboto/roboto.css.css
+20
-20
No files found.
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/roboto/roboto.css.css
View file @
6ebdf5a5
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment