easyctf-2017/web/css/easyctf.css

13 lines
228 B
CSS
Raw Normal View History

2016-01-06 06:15:57 +00:00
@font-face {
font-family: "Proxima Nova";
src: url("/fonts/ProximaNova.woff2");
}
@font-face {
font-family: "Proxima Nova";
src: url("/fonts/ProximaNovaBold.woff2");
font-weight: bold;
}
* {
font-family: "Proxima Nova";
}