diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/glyphicons.less | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 6bdae2047..47bdc69ca 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -26,14 +26,13 @@ url('@{glyphicons-font-path}/glyphiconshalflings-regular.woff') format('woff'), url('@{glyphicons-font-path}/glyphiconshalflings-regular.ttf') format('truetype'), url('@{glyphicons-font-path}/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg'); - font-style: normal; - font-weight: normal; } // Catchall baseclass -.glyphicon:before { +.glyphicon::before { font-family: 'Glyphicons Halflings'; font-style: normal; + font-weight: normal; line-height: 1; } |
