diff --git a/src/main/webapp/style/app.css b/src/main/webapp/style/app.css index eb0587e6a2f0c28668dbbfc675db1bdd2585dd8b..06e7977530c5a6983fa1bde5a293f7d8a1637319 100644 --- a/src/main/webapp/style/app.css +++ b/src/main/webapp/style/app.css @@ -76,7 +76,7 @@ input[type="number"] { textarea { padding: 4px; - font-family: Arial, Helvetica, sans-serif; + font-family: "Eau Sans Black", Arial, Helvetica, sans-serif; font-size: 13px; border: 1px solid #c0c0c0; } @@ -92,6 +92,16 @@ select:focus { outline: none; } select { } + +/***********************************************/ +/* Custom Fonts */ +/***********************************************/ + +@font-face { + font-family: "Eau Sans Black"; + src: url("../../resources/fonts/dHCP_font/eau_sans_black.otf"); +} + /* xnat.css */ /***********************************************/ /* XNAT styles */ @@ -1233,6 +1243,10 @@ body.xnat .chosen-container { width: 400px; float: left; margin-left: 20px; + font-size: 14px; + vertical-align: middle; + background: rgba(27, 91, 105, 0.48); + font-family: "Eau Sans Black"; } /*@media screen and (min-width: 1000px) {*/