12 lines
402 B
CSS
12 lines
402 B
CSS
@charset "UTF-8";
|
|
|
|
@font-face {
|
|
font-family: "digital-7";
|
|
src: url("../fonts/digital-7.woff2") format("woff2"),
|
|
url("../fonts/digital-7.woff") format("woff"),
|
|
url("../fonts/digital-7.ttf") format("truetype"),
|
|
url("../fonts/digital-7.eot") format("embedded-opentype"),
|
|
url("../fonts/digital-7.svg") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |