mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-06 00:29:13 +08:00
Merge 46889279947e84b80e3b95cb0b2aed106426d3d4 into bdfa9823c8b1e25a5c822f6c719ec0e38ead7f71
This commit is contained in:
commit
d3fc335e10
8
css/font-awesome.css
vendored
8
css/font-awesome.css
vendored
@ -19,6 +19,14 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.fa-inset {
|
||||
color: transparent;
|
||||
background-color: rgba(55, 55, 55, 0.5);
|
||||
text-shadow: 0px 2px 2px 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 */
|
||||
.fa-lg {
|
||||
font-size: 1.33333333em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user