diff --git a/css/crep.css b/css/crep.css index ed06c29..d9fc4b4 100755 --- a/css/crep.css +++ b/css/crep.css @@ -47,3 +47,20 @@ body background-color: #749BD1; border-color: #5276A8; } + +@font-face +{ + font-family: brandFont; + src: url(fonts/ROBOTECH_GP.ttf); +} + +@font-face +{ + font-family: linkFont; + src: url(fonts/robotaur.ttf); +} + +carousel-inner > .item > img, .carousel-inner > .item > a > img +{ + height: 600px; +} diff --git a/fonts/ROBOTECH GP.ttf b/fonts/ROBOTECH GP.ttf new file mode 100644 index 0000000..4292f07 Binary files /dev/null and b/fonts/ROBOTECH GP.ttf differ diff --git a/fonts/robotaur.ttf b/fonts/robotaur.ttf new file mode 100644 index 0000000..2e2e354 Binary files /dev/null and b/fonts/robotaur.ttf differ diff --git a/home.php b/home.php index ede7f1e..f96cde2 100755 --- a/home.php +++ b/home.php @@ -8,31 +8,31 @@