mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
format: run prettify
This commit is contained in:
@@ -1,21 +1,23 @@
|
||||
@font-face {
|
||||
font-family: 'icomoon';
|
||||
src: url('fonts/icomoon.eot?biv4go');
|
||||
src: url('fonts/icomoon.eot?biv4go#iefix') format('embedded-opentype'),
|
||||
url('IconFamily.woff') format('woff'),
|
||||
url('fonts/icomoon.svg?biv4go#icomoon') format('svg');
|
||||
font-family: "icomoon";
|
||||
src: url("fonts/icomoon.eot?biv4go");
|
||||
src:
|
||||
url("fonts/icomoon.eot?biv4go#iefix") format("embedded-opentype"),
|
||||
url("IconFamily.woff") format("woff"),
|
||||
url("fonts/icomoon.svg?biv4go#icomoon") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: block;
|
||||
}
|
||||
|
||||
input.unitRight {
|
||||
font-family: 'icomoon';
|
||||
font-family: "icomoon";
|
||||
}
|
||||
|
||||
[class^="icon-"], [class*=" icon-"] {
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: 'icomoon' !important;
|
||||
font-family: "icomoon" !important;
|
||||
speak: never;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user