mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 18:12:08 -05:00
10 lines
396 B
CSS
10 lines
396 B
CSS
@font-face {
|
|
font-family:"Impact";
|
|
src: url("../fonts/Impact/impact.eot?") format("eot"),
|
|
url("../fonts/Impact/impact.woff") format("woff"),
|
|
url("../fonts/Impact/impact.ttf") format("truetype"),
|
|
url("../fonts/Impact/impact.svg#impact") format("svg");
|
|
font-weight:normal;
|
|
font-style:normal;
|
|
}
|