Skip to content
Snippets Groups Projects
Commit 7eca6090 authored by Martin Mareš's avatar Martin Mareš
Browse files

CSS: Cleanup

parent af639592
Branches
No related tags found
No related merge requests found
...@@ -313,6 +313,7 @@ div.alert + div.alert { ...@@ -313,6 +313,7 @@ div.alert + div.alert {
} }
/* Icons */ /* Icons */
@font-face { @font-face {
font-family: 'icomoon'; font-family: 'icomoon';
src: url('fonts/icomoon.ttf?azc5ov') format('truetype'), src: url('fonts/icomoon.ttf?azc5ov') format('truetype'),
...@@ -323,7 +324,7 @@ div.alert + div.alert { ...@@ -323,7 +324,7 @@ div.alert + div.alert {
} }
.icon { .icon {
/* use !important to prevent issues with browser extensions that change fonts */ /* Use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important; font-family: 'icomoon' !important;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
...@@ -331,7 +332,7 @@ div.alert + div.alert { ...@@ -331,7 +332,7 @@ div.alert + div.alert {
text-transform: none; text-transform: none;
line-height: 1; line-height: 1;
/* Better Font Rendering =========== */ /* Better font rendering */
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment