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

CSS: Cleanup

parent af639592
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,7 @@ div.alert + div.alert {
}
/* Icons */
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.ttf?azc5ov') format('truetype'),
......@@ -323,7 +324,7 @@ div.alert + div.alert {
}
.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-style: normal;
font-weight: normal;
......@@ -331,7 +332,7 @@ div.alert + div.alert {
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
/* Better font rendering */
-webkit-font-smoothing: antialiased;
-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