diff options
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 13e4e3d..5791ff1 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -1,6 +1,11 @@ /* Dark Admin Bootstrap Theme by PrepBootstrap - http://www.prepbootstrap.com */ +@font-face { + font-family: "Contemporary"; + src: url(/Contemporary-Regular.ttf) format("truetype"); +} + html { - font-family: sans-serif; + font-family: "Contemporary", sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } |
