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");
|
||
|
}
|