mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
its better
hads text inset!
This commit is contained in:
parent
a65bd93d81
commit
c9d5bc9ec7
8
css/font-awesome.css
vendored
8
css/font-awesome.css
vendored
@ -19,6 +19,14 @@
|
|||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
.fa-inset{
|
||||||
|
background-color: #565656;
|
||||||
|
color: transparent;
|
||||||
|
text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-moz-background-clip: text;
|
||||||
|
background-clip: text;
|
||||||
|
}
|
||||||
/* makes the font 33% larger relative to the icon container */
|
/* makes the font 33% larger relative to the icon container */
|
||||||
.fa-lg {
|
.fa-lg {
|
||||||
font-size: 1.33333333em;
|
font-size: 1.33333333em;
|
||||||
|
Loading…
Reference in New Issue
Block a user