Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EBI-Icon-fonts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ebiwd
EBI-Icon-fonts
Commits
367d20a3
Commit
367d20a3
authored
6 years ago
by
Peter Walter
Browse files
Options
Downloads
Patches
Plain Diff
do not transform case of icon fonts
parent
a71c09ea
No related branches found
Branches containing commit
Tags
v1.3.0-beta.2
Tags containing commit
No related merge requests found
Pipeline
#4449
passed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fonts.css
+7
-0
7 additions, 0 deletions
fonts.css
with
7 additions
and
0 deletions
fonts.css
+
7
−
0
View file @
367d20a3
...
...
@@ -99,12 +99,14 @@ html.fontface .icon-conceptual:before {
font-family
:
'EBI-Conceptual'
;
font-size
:
138.5%
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
html
.fontface
i
.icon-functional
,
html
.fontface
input
.icon-functional
,
html
.fontface
.icon-functional
:before
{
font-family
:
'EBI-Functional'
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
/*html.fontface .icon-static:before,*/
/* deprecated, included for back-compatibility */
html
.fontface
i
.icon-generic
,
...
...
@@ -112,18 +114,21 @@ html.fontface input.icon-generic,
html
.fontface
.icon-generic
:before
{
font-family
:
'EBI-Generic'
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
html
.fontface
i
.icon-species
,
html
.fontface
input
.icon-species
,
html
.fontface
.icon-species
:before
{
font-family
:
'EBI-Species'
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
html
.fontface
i
.icon-socialmedia
,
html
.fontface
input
.icon-socialmedia
,
html
.fontface
.icon-socialmedia
:before
{
font-family
:
'EBI-SocialMedia'
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
html
.fontface
i
.icon-fileformats
,
html
.fontface
input
.icon-fileformats
,
...
...
@@ -131,12 +136,14 @@ html.fontface .icon-fileformats:before {
font-family
:
'EBI-FileFormats'
;
font-size
:
123.1%
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
html
.fontface
i
.icon-chemistry
,
html
.fontface
input
.icon-chemistry
,
html
.fontface
.icon-chemistry
:before
{
font-family
:
'EBI-Chemistry'
;
content
:
attr
(
data-icon
);
text-transform
:
none
;
}
/* icon utility class */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment