From d4c087381f96c56c628de84c725f7003c5119c2b Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Thu, 6 Apr 2017 08:05:48 +1000 Subject: Contemporary Font --- Project-Unite/Contemporary-Regular.ttf | Bin 163468 -> 0 bytes Project-Unite/Content/bootstrap-theme.css | 2 +- Project-Unite/fonts/Contemporary-Regular.ttf | Bin 0 -> 163468 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Project-Unite/Contemporary-Regular.ttf create mode 100644 Project-Unite/fonts/Contemporary-Regular.ttf diff --git a/Project-Unite/Contemporary-Regular.ttf b/Project-Unite/Contemporary-Regular.ttf deleted file mode 100644 index ba11bbf..0000000 Binary files a/Project-Unite/Contemporary-Regular.ttf and /dev/null differ diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index 38d5d25..250ed5b 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -1,7 +1,7 @@ /* Dark Admin Bootstrap Theme by PrepBootstrap - http://www.prepbootstrap.com */ @font-face { font-family: "Contemporary"; - src: url(/Contemporary-Regular.ttf) format("truetype"); + src: url('/fonts/Contemporary-Regular.ttf') format("truetype"); } html { diff --git a/Project-Unite/fonts/Contemporary-Regular.ttf b/Project-Unite/fonts/Contemporary-Regular.ttf new file mode 100644 index 0000000..ba11bbf Binary files /dev/null and b/Project-Unite/fonts/Contemporary-Regular.ttf differ -- cgit v1.2.3