Add Contemporary font

This commit is contained in:
Victor Tran 2017-04-05 23:22:51 +10:00
parent c179f2c478
commit aefc46ab17
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View file

@ -1,6 +1,11 @@
/* Dark Admin Bootstrap Theme by PrepBootstrap - http://www.prepbootstrap.com */ /* Dark Admin Bootstrap Theme by PrepBootstrap - http://www.prepbootstrap.com */
@font-face {
font-family: "Contemporary";
src: url(/Contemporary-Regular.ttf) format("truetype");
}
html { html {
font-family: sans-serif; font-family: "Contemporary", sans-serif;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} }