forked from wallabag/wallabag
fonts & ligatures
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
font-family: "PT Sans";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/pt_sans/regular/PTS55F.woff") format("woff");
|
||||
src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/ptsansbold.woff") format("woff");
|
||||
}
|
||||
|
||||
@ -732,12 +732,7 @@ a.add-to-wallabag-link-after::after {
|
||||
|
||||
@font-face {
|
||||
font-family: icomoon;
|
||||
src: url("../fonts/icomoon.eot?-s0mcsx");
|
||||
src:
|
||||
url("../fonts/icomoon.eot?#iefix-s0mcsx") format("embedded-opentype"),
|
||||
url("../fonts/icomoon.woff?-s0mcsx") format("woff"),
|
||||
url("../fonts/icomoon.ttf?-s0mcsx") format("truetype"),
|
||||
url("../fonts/icomoon.svg?-s0mcsx#icomoon") format("svg");
|
||||
src: url("../fonts/IcoMoon-Free.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@ -19,12 +19,7 @@
|
||||
|
||||
@font-face {
|
||||
font-family: icomoon;
|
||||
src: url("../fonts/icomoon.eot");
|
||||
src:
|
||||
url("../fonts/icomoon.eot#iefix") format("embedded-opentype"),
|
||||
url("../fonts/icomoon.ttf") format("truetype"),
|
||||
url("../fonts/icomoon.woff") format("woff"),
|
||||
url("../fonts/icomoon.svg#icomoon") format("svg");
|
||||
src: url("../fonts/IcoMoon-Free.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user