summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Project-Unite/Contemporary-Regular.ttfbin0 -> 163468 bytes
-rw-r--r--Project-Unite/Content/.bootstrap-theme.css.kate-swpbin302 -> 0 bytes
-rw-r--r--Project-Unite/Content/bootstrap-theme.css7
3 files changed, 6 insertions, 1 deletions
diff --git a/Project-Unite/Contemporary-Regular.ttf b/Project-Unite/Contemporary-Regular.ttf
new file mode 100644
index 0000000..ba11bbf
--- /dev/null
+++ b/Project-Unite/Contemporary-Regular.ttf
Binary files differ
diff --git a/Project-Unite/Content/.bootstrap-theme.css.kate-swp b/Project-Unite/Content/.bootstrap-theme.css.kate-swp
deleted file mode 100644
index cd599c9..0000000
--- a/Project-Unite/Content/.bootstrap-theme.css.kate-swp
+++ /dev/null
Binary files differ
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%;
}