diff options
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Contemporary-Regular.ttf | bin | 0 -> 163468 bytes | |||
| -rw-r--r-- | Project-Unite/Content/.bootstrap-theme.css.kate-swp | bin | 302 -> 0 bytes | |||
| -rw-r--r-- | Project-Unite/Content/bootstrap-theme.css | 7 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Project-Unite/Contemporary-Regular.ttf b/Project-Unite/Contemporary-Regular.ttf Binary files differnew file mode 100644 index 0000000..ba11bbf --- /dev/null +++ b/Project-Unite/Contemporary-Regular.ttf diff --git a/Project-Unite/Content/.bootstrap-theme.css.kate-swp b/Project-Unite/Content/.bootstrap-theme.css.kate-swp Binary files differdeleted file mode 100644 index cd599c9..0000000 --- a/Project-Unite/Content/.bootstrap-theme.css.kate-swp +++ /dev/null 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%; } |
