diff options
| author | Victor Tran <[email protected]> | 2017-04-05 23:22:51 +1000 |
|---|---|---|
| committer | Victor Tran <[email protected]> | 2017-04-05 23:22:51 +1000 |
| commit | aefc46ab17ebca3b06ade17c182ce8add877dbc4 (patch) | |
| tree | ff25cc4273c8e6df8b980a11e4d46f636be4fb4a /Project-Unite/Content/bootstrap-theme.css | |
| parent | c179f2c4784235930ed66f85847365957a46f112 (diff) | |
| download | project-unite-aefc46ab17ebca3b06ade17c182ce8add877dbc4.tar.gz project-unite-aefc46ab17ebca3b06ade17c182ce8add877dbc4.tar.bz2 project-unite-aefc46ab17ebca3b06ade17c182ce8add877dbc4.zip | |
Add Contemporary font
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%; } |
