10 lines
401 B
CSS
10 lines
401 B
CSS
@font-face {
|
|
font-family:"Impact2";
|
|
src: url("../fonts/Impact2/impact.eot?") format("eot"),
|
|
url("../fonts/Impact2/impact.woff") format("woff"),
|
|
url("../fonts/Impact2/impact.ttf") format("truetype"),
|
|
url("../fonts/Impact2/impact.svg#impact") format("svg");
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
}
|