7 lines
183 B
CSS
Executable File
7 lines
183 B
CSS
Executable File
@font-face {
|
|
font-family: "PT Sans";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("PT Sans Bold"), local("PTSans-Bold"), url("../fonts/ptsansbold.woff") format("woff");
|
|
}
|