Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Noah Brackenbury
erp5
Commits
b06fbc61
Commit
b06fbc61
authored
Jan 12, 2017
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_font: fix @font-face declaration doesn't follow the fontspring bulletproof syntax.
parent
e11f2b6a
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
32 additions
and
32 deletions
+32
-32
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/eb-garamond/eb-garamond.css.css
...em/portal_skins/erp5_font/eb-garamond/eb-garamond.css.css
+2
-2
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/font-awesome/font-awesome.css.css
.../portal_skins/erp5_font/font-awesome/font-awesome.css.css
+1
-1
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/font-awesome/font-awesome.custom.css.css
..._skins/erp5_font/font-awesome/font-awesome.custom.css.css
+1
-1
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/heuristica/heuristica.css.css
...Item/portal_skins/erp5_font/heuristica/heuristica.css.css
+3
-3
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/lato/lato.css.css
...SkinTemplateItem/portal_skins/erp5_font/lato/lato.css.css
+4
-4
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/noto-serif/noto-serif.css.css
...Item/portal_skins/erp5_font/noto-serif/noto-serif.css.css
+3
-3
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/open-sans/open-sans.css.css
...teItem/portal_skins/erp5_font/open-sans/open-sans.css.css
+4
-4
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/roboto/roboto-condensed.css.css
...em/portal_skins/erp5_font/roboto/roboto-condensed.css.css
+4
-4
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/roboto/roboto.css.css
...TemplateItem/portal_skins/erp5_font/roboto/roboto.css.css
+4
-4
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/source-sans-pro/source-sans-pro.css.css
...l_skins/erp5_font/source-sans-pro/source-sans-pro.css.css
+4
-4
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/source-serif-pro/source-serif-pro.css.css
...skins/erp5_font/source-serif-pro/source-serif-pro.css.css
+2
-2
No files found.
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/eb-garamond/eb-garamond.css.css
View file @
b06fbc61
...
...
@@ -9,7 +9,7 @@ Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at)
@font-face
{
font-family
:
'Garamond'
;
src
:
url('eb-garamond/eb-garamond-regular-12.eot')
;
src
:
url('eb-garamond/eb-garamond-regular-12.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('eb-garamond/eb-garamond-regular-12.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('eb-garamond/eb-garamond-regular-12.woff2')
format
(
'woff2'
),
url('eb-garamond/eb-garamond-regular-12.woff')
format
(
'woff'
),
url('eb-garamond/eb-garamond-regular-12.ttf')
format
(
'truetype'
);
...
...
@@ -19,7 +19,7 @@ Copyright (c) 2010, 2011 Georg Duffner (http://www.georgduffner.at)
@font-face
{
font-family
:
'Garamond'
;
src
:
url('eb-garamond/eb-garamond-italic-12.eot')
;
src
:
url('eb-garamond/eb-garamond-italic-12.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('eb-garamond/eb-garamond-italic-12.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('eb-garamond/eb-garamond-italic-12.woff2')
format
(
'woff2'
),
url('eb-garamond/eb-garamond-italic-12.woff')
format
(
'woff'
),
url('eb-garamond/eb-garamond-italic-12.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/font-awesome/font-awesome.css.css
View file @
b06fbc61
...
...
@@ -7,7 +7,7 @@
@font-face
{
font-family
:
'FontAwesome'
;
src
:
url('font-awesome/font-awesome-webfont.eot?v=4.6.3')
;
src
:
url('font-awesome/font-awesome-webfont.eot?
#iefix&v=4.6.3
')
format
(
'embedded-opentype'
),
src
:
url('font-awesome/font-awesome-webfont.eot?
v=4.6.3#iefix
')
format
(
'embedded-opentype'
),
url('font-awesome/font-awesome-webfont.woff2?v=4.6.3')
format
(
'woff2'
),
url('font-awesome/font-awesome-webfont.woff?v=4.6.3')
format
(
'woff'
),
url('font-awesome/font-awesome-webfont.ttf?v=4.6.3')
format
(
'truetype'
),
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/font-awesome/font-awesome.custom.css.css
View file @
b06fbc61
...
...
@@ -21,7 +21,7 @@
@font-face
{
font-family
:
'FontAwesome'
;
src
:
url('font-awesome/font-awesome-webfont.eot?v=4.6.3')
;
src
:
url('font-awesome/font-awesome-webfont.eot?
#iefix&v=4.6.3
')
format
(
'embedded-opentype'
),
src
:
url('font-awesome/font-awesome-webfont.eot?
v=4.6.3#iefix
')
format
(
'embedded-opentype'
),
url('font-awesome/font-awesome-webfont.woff2?v=4.6.3')
format
(
'woff2'
),
url('font-awesome/font-awesome-webfont.woff?v=4.6.3')
format
(
'woff'
),
url('font-awesome/font-awesome-webfont.ttf?v=4.6.3')
format
(
'truetype'
),
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/heuristica/heuristica.css.css
View file @
b06fbc61
...
...
@@ -16,7 +16,7 @@ with Reserved Font Name Heuristica.
@font-face
{
font-family
:
'Heuristica'
;
src
:
url('heuristica/heuristica-regular.eot')
;
src
:
url('heuristica/heuristica-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('heuristica/heuristica-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('heuristica/heuristica-regular.woff2')
format
(
'woff2'
),
url('heuristica/heuristica-regular.woff')
format
(
'woff'
),
url('heuristica/heuristica-regular.ttf')
format
(
'truetype'
);
...
...
@@ -26,7 +26,7 @@ with Reserved Font Name Heuristica.
@font-face
{
font-family
:
'Heuristica'
;
src
:
url('heuristica/heuristica-italic.eot')
;
src
:
url('heuristica/heuristica-italic.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('heuristica/heuristica-italic.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('heuristica/heuristica-italic.woff2')
format
(
'woff2'
),
url('heuristica/heuristica-italic.woff')
format
(
'woff'
),
url('heuristica/heuristica-italic.ttf')
format
(
'truetype'
);
...
...
@@ -36,7 +36,7 @@ with Reserved Font Name Heuristica.
@font-face
{
font-family
:
'Heuristica'
;
src
:
url('heuristica/heuristica-bold.eot')
;
src
:
url('heuristica/heuristica-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('heuristica/heuristica-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('heuristica/heuristica-bold.woff2')
format
(
'woff2'
),
url('heuristica/heuristica-bold.woff')
format
(
'woff'
),
url('heuristica/heuristica-bold.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/lato/lato.css.css
View file @
b06fbc61
...
...
@@ -9,7 +9,7 @@ with Reserved Font Name Lato.
@font-face
{
font-family
:
'Lato'
;
src
:
url('lato/lato-regular.eot')
;
src
:
url('lato/lato-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('lato/lato-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('lato/lato-regular.woff2')
format
(
'woff2'
),
url('lato/lato-regular.woff')
format
(
'woff'
),
url('lato/lato-regular.ttf')
format
(
'truetype'
);
...
...
@@ -19,7 +19,7 @@ with Reserved Font Name Lato.
@font-face
{
font-family
:
'Lato'
;
src
:
url('lato/lato-light.eot')
;
src
:
url('lato/lato-light.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('lato/lato-light.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('lato/lato-light.woff2')
format
(
'woff2'
),
url('lato/lato-light.woff')
format
(
'woff'
),
url('lato/lato-light.ttf')
format
(
'truetype'
);
...
...
@@ -29,7 +29,7 @@ with Reserved Font Name Lato.
@font-face
{
font-family
:
'Lato'
;
src
:
url('lato/lato-italic.eot')
;
src
:
url('lato/lato-italic.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('lato/lato-italic.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('lato/lato-italic.woff2')
format
(
'woff2'
),
url('lato/lato-italic.woff')
format
(
'woff'
),
url('lato/lato-italic.ttf')
format
(
'truetype'
);
...
...
@@ -39,7 +39,7 @@ with Reserved Font Name Lato.
@font-face
{
font-family
:
'Lato'
;
src
:
url('lato/lato-bold.eot')
;
src
:
url('lato/lato-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('lato/lato-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('lato/lato-bold.woff2')
format
(
'woff2'
),
url('lato/lato-bold.woff')
format
(
'woff'
),
url('lato/lato-bold.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/noto-serif/noto-serif.css.css
View file @
b06fbc61
...
...
@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Noto Serif'
;
src
:
url('noto-serif/noto-serif-regular.eot')
;
src
:
url('noto-serif/noto-serif-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('noto-serif/noto-serif-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('noto-serif/noto-serif-regular.woff2')
format
(
'woff2'
),
url('noto-serif/noto-serif-regular.woff')
format
(
'woff'
),
url('noto-serif/noto-serif-regular.ttf')
format
(
'truetype'
);
...
...
@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Noto Serif'
;
src
:
url('noto-serif/noto-serif-italic.eot')
;
src
:
url('noto-serif/noto-serif-italic.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('noto-serif/noto-serif-italic.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('noto-serif/noto-serif-italic.woff2')
format
(
'woff2'
),
url('noto-serif/noto-serif-italic.woff')
format
(
'woff'
),
url('noto-serif/noto-serif-italic.ttf')
format
(
'truetype'
);
...
...
@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Noto Serif'
;
src
:
url('noto-serif/noto-serif-bold.eot')
;
src
:
url('noto-serif/noto-serif-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('noto-serif/noto-serif-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('noto-serif/noto-serif-bold.woff2')
format
(
'woff2'
),
url('noto-serif/noto-serif-bold.woff')
format
(
'woff'
),
url('noto-serif/noto-serif-bold.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/open-sans/open-sans.css.css
View file @
b06fbc61
...
...
@@ -8,7 +8,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('open-sans/open-sans-regular.eot')
;
src
:
url('open-sans/open-sans-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('open-sans/open-sans-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('open-sans/open-sans-regular.woff')
format
(
'woff'
),
url('open-sans/open-sans-regular.woff2')
format
(
'woff2'
)
url('open-sans/open-sans-regular.ttf')
format
(
'truetype'
);
...
...
@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('open-sans/open-sans-light.eot')
;
src
:
url('open-sans/open-sans-light.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('open-sans/open-sans-light.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('open-sans/open-sans-light.woff')
format
(
'woff'
),
url('open-sans/open-sans-light.woff2')
format
(
'woff2'
)
url('open-sans/open-sans-light.ttf')
format
(
'truetype'
);
...
...
@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('open-sans/open-sans-italic.eot')
;
src
:
url('open-sans/open-sans-italic.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('open-sans/open-sans-italic.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('open-sans/open-sans-italic.woff')
format
(
'woff'
),
url('open-sans/open-sans-italic.woff2')
format
(
'woff2'
)
url('open-sans/open-sans-italic.ttf')
format
(
'truetype'
);
...
...
@@ -38,7 +38,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Open Sans'
;
src
:
url('open-sans/open-sans-bold.eot')
;
src
:
url('open-sans/open-sans-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('open-sans/open-sans-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('open-sans/open-sans-bold.woff')
format
(
'woff'
),
url('open-sans/open-sans-bold.woff2')
format
(
'woff2'
)
url('open-sans/open-sans-bold.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/roboto/roboto-condensed.css.css
View file @
b06fbc61
...
...
@@ -2,7 +2,7 @@
@font-face
{
font-family
:
'Roboto Condensed'
;
src
:
url('roboto/roboto-condensed-regular.eot')
;
src
:
url('roboto/roboto-condensed-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('roboto/roboto-condensed-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('roboto/roboto-condensed-regular.woff2')
format
(
'woff2'
),
url('roboto/roboto-condensed-regular.woff')
format
(
'woff'
),
url('roboto/roboto-condensed-regular.ttf')
format
(
'truetype'
);
...
...
@@ -12,7 +12,7 @@
@font-face
{
font-family
:
'Roboto Condensed'
;
src
:
url('roboto/roboto-condensed-light.eot')
;
src
:
url('roboto/roboto-condensed-light.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('roboto/roboto-condensed-light.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('roboto/roboto-condensed-light.woff2')
format
(
'woff2'
),
url('roboto/roboto-condensed-light.woff')
format
(
'woff'
),
url('roboto/roboto-condensed-light.ttf')
format
(
'truetype'
);
...
...
@@ -22,7 +22,7 @@
@font-face
{
font-family
:
'Roboto Condensed'
;
src
:
url('roboto/roboto-condensed-italic.eot')
;
src
:
url('roboto/roboto-condensed-italic.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('roboto/roboto-condensed-italic.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('roboto/roboto-condensed-italic.woff2')
format
(
'woff2'
),
url('roboto/roboto-condensed-italic.woff')
format
(
'woff'
),
url('roboto/roboto-condensed-italic.ttf')
format
(
'truetype'
);
...
...
@@ -32,7 +32,7 @@
@font-face
{
font-family
:
'Roboto Condensed'
;
src
:
url('roboto/roboto-condensed-bold.eot')
;
src
:
url('roboto/roboto-condensed-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('roboto/roboto-condensed-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('roboto/roboto-condensed-bold.woff2')
format
(
'woff2'
),
url('roboto/roboto-condensed-bold.woff')
format
(
'woff'
),
url('roboto/roboto-condensed-bold.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/roboto/roboto.css.css
View file @
b06fbc61
...
...
@@ -8,7 +8,7 @@ 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'
),
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'
);
...
...
@@ -18,7 +18,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Roboto'
;
src
:
url('roboto-light.eot')
;
src
:
url('roboto-light.eot#iefix')
format
(
'embedded-opentype'
),
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'
);
...
...
@@ -28,7 +28,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Roboto'
;
src
:
url('roboto-italic.eot')
;
src
:
url('roboto-italic.eot#iefix')
format
(
'embedded-opentype'
),
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'
);
...
...
@@ -38,7 +38,7 @@ Copyright 2012 Google Inc. All Rights Reserved.
@font-face
{
font-family
:
'Roboto'
;
src
:
url('roboto-bold.eot')
;
src
:
url('roboto-bold.eot#iefix')
format
(
'embedded-opentype'
),
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'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/source-sans-pro/source-sans-pro.css.css
View file @
b06fbc61
...
...
@@ -10,7 +10,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face
{
font-family
:
'Source Sans Pro'
;
src
:
url('source-sans-pro/source-sans-pro-regular.eot')
;
src
:
url('source-sans-pro/source-sans-pro-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('source-sans-pro/source-sans-pro-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('source-sans-pro/source-sans-pro-regular.woff2')
format
(
'woff2'
),
url('source-sans-pro/source-sans-pro-regular.woff')
format
(
'woff'
),
url('source-sans-pro/source-sans-pro-regular.ttf')
format
(
'truetype'
);
...
...
@@ -20,7 +20,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face
{
font-family
:
'Source Sans Pro'
;
src
:
url('source-sans-pro/source-sans-pro-light.eot')
;
src
:
url('source-sans-pro/source-sans-pro-light.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('source-sans-pro/source-sans-pro-light.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('source-sans-pro/source-sans-pro-light.woff2')
format
(
'woff2'
),
url('source-sans-pro/source-sans-pro-light.woff')
format
(
'woff'
),
url('source-sans-pro/source-sans-pro-light.ttf')
format
(
'truetype'
);
...
...
@@ -30,7 +30,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face
{
font-family
:
'Source Sans Pro'
;
src
:
url('source-sans-pro/source-sans-pro-italic.eot')
;
src
:
url('source-sans-pro/source-sans-pro-italic.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('source-sans-pro/source-sans-pro-italic.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('source-sans-pro/source-sans-pro-italic.woff2')
format
(
'woff2'
),
url('source-sans-pro/source-sans-pro-italic.woff')
format
(
'woff'
),
url('source-sans-pro/source-sans-pro-italic.ttf')
format
(
'truetype'
);
...
...
@@ -40,7 +40,7 @@ Adobe Systems Incorporated in the United States and/or other countries.
@font-face
{
font-family
:
'Source Sans Pro'
;
src
:
url('source-sans-pro/source-sans-pro-bold.eot')
;
src
:
url('source-sans-pro/source-sans-pro-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('source-sans-pro/source-sans-pro-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('source-sans-pro/source-sans-pro-bold.woff2')
format
(
'woff2'
),
url('source-sans-pro/source-sans-pro-bold.woff')
format
(
'woff'
),
url('source-sans-pro/source-sans-pro-bold.ttf')
format
(
'truetype'
);
...
...
bt5/erp5_font/SkinTemplateItem/portal_skins/erp5_font/source-serif-pro/source-serif-pro.css.css
View file @
b06fbc61
...
...
@@ -10,7 +10,7 @@ Incorporated in the United States and/or other countries.
@font-face
{
font-family
:
'Source Serif Pro'
;
src
:
url('source-serif-pro/source-serif-pro-regular.eot')
;
src
:
url('source-serif-pro/source-serif-pro-regular.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('source-serif-pro/source-serif-pro-regular.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('source-serif-pro/source-serif-pro-regular.woff2')
format
(
'woff2'
),
url('source-serif-pro/source-serif-pro-regular.woff')
format
(
'woff'
),
url('source-serif-pro/source-serif-pro-regular.ttf')
format
(
'truetype'
);
...
...
@@ -20,7 +20,7 @@ Incorporated in the United States and/or other countries.
@font-face
{
font-family
:
'Source Serif Pro'
;
src
:
url('source-serif-pro/source-serif-pro-bold.eot')
;
src
:
url('source-serif-pro/source-serif-pro-bold.eot#iefix')
format
(
'embedded-opentype'
),
src
:
url('source-serif-pro/source-serif-pro-bold.eot
?
#iefix')
format
(
'embedded-opentype'
),
url('source-serif-pro/source-serif-pro-bold.woff2')
format
(
'woff2'
),
url('source-serif-pro/source-serif-pro-bold.woff')
format
(
'woff'
),
url('source-serif-pro/source-serif-pro-bold.ttf')
format
(
'truetype'
);
...
...
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