mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 13:16:28 +00:00
7 lines
195 B
CSS
7 lines
195 B
CSS
|
@font-face {
|
||
|
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");
|
||
|
}
|