mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
updating actual font, css, & less files
This commit is contained in:
parent
143cf305d2
commit
1512812061
@ -5,6 +5,11 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn.dropdown-toggle [class^="icon-"], .btn.dropdown-toggle [class*=" icon-"] {
|
||||||
|
/* keeps button heights with and without icons the same */
|
||||||
|
line-height: 1.4em;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-large {
|
.icon-large {
|
||||||
font-size: 1.3333em;
|
font-size: 1.3333em;
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 112 KiB |
Binary file not shown.
Binary file not shown.
28
less/font-awesome.less
vendored
28
less/font-awesome.less
vendored
@ -28,12 +28,11 @@
|
|||||||
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
url('../font/fontawesome-webfont.woff') format('woff'),
|
url('../font/fontawesome-webfont.woff') format('woff'),
|
||||||
url('../font/fontawesome-webfont.ttf') format('truetype'),
|
url('../font/fontawesome-webfont.ttf') format('truetype'),
|
||||||
url('../font/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
|
url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Font Awesome styles
|
/* Font Awesome styles
|
||||||
------------------------------------------------------- */
|
------------------------------------------------------- */
|
||||||
[class^="icon-"]:before,
|
[class^="icon-"]:before,
|
||||||
@ -72,24 +71,29 @@ li {
|
|||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.icon-large[class^="icon-"],
|
.icon-large:before,
|
||||||
.icon-large[class*=" icon-"] {
|
.icon-large:before {
|
||||||
/* 1.5 increased font size for icon-large * 1.25 width */
|
/* 1.5 increased font size for icon-large * 1.25 width */
|
||||||
width: 1.5*1.25em;
|
width: 1.5*1.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
li[class^="icon-"],
|
ul.icons {
|
||||||
li[class*=" icon-"] {
|
|
||||||
margin-left: 0;
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
margin-left: 2em;
|
||||||
|
text-indent: -.8em;
|
||||||
|
|
||||||
&:before {
|
li {
|
||||||
text-indent: -2em;
|
[class^="icon-"],
|
||||||
text-align: center;
|
[class*=" icon-"] {
|
||||||
|
width: .8em;
|
||||||
|
}
|
||||||
|
.icon-large:before,
|
||||||
|
.icon-large:before {
|
||||||
|
/* 1.5 increased font size for icon-large * 1.25 width */
|
||||||
|
vertical-align: initial;
|
||||||
|
// width: 1.5*1.25em;
|
||||||
}
|
}
|
||||||
&.icon-large:before {
|
|
||||||
text-indent: -4/3em;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user