mirror of https://github.com/hashicorp/consul
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
|
//
|
||
|
// Utility classes
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
|
||
|
//
|
||
|
// -------------------------
|
||
|
|
||
|
.anti-alias() {
|
||
|
text-rendering: optimizeLegibility;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
}
|