9 lines
196 B
SCSS
9 lines
196 B
SCSS
@font-face {
|
|
font-family: "CPS";
|
|
src: url("../fonts/Courier-Prime-Sans.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "MDI";
|
|
src: url("../fonts/materialdesignicons-webfont.woff2") format("woff2");
|
|
}
|