Commit 00f471f9168f2a4fd5b3ca971536dbd886ab3042

Authored by henyxia
1 parent 84d64673

New font and new colors

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
css/crep.css
... ... @@ -35,11 +35,13 @@ body
35 35 .navbar-default .navbar-brand
36 36 {
37 37 color: #FFF;
  38 + font-family: brandFont;
38 39 }
39 40  
40 41 .navbar-default .navbar-nav > li > a
41 42 {
42   - color: #E4984E;
  43 + color: #CCC;
  44 + font-family: linkFont;
43 45 }
44 46  
45 47 .navbar-default
... ... @@ -51,13 +53,13 @@ body
51 53 @font-face
52 54 {
53 55 font-family: brandFont;
54   - src: url(fonts/ROBOTECH_GP.ttf);
  56 + src: url(../fonts/ROBOTECH_GP.ttf);
55 57 }
56 58  
57 59 @font-face
58 60 {
59 61 font-family: linkFont;
60   - src: url(fonts/robotaur.ttf);
  62 + src: url(../fonts/robotaur.ttf);
61 63 }
62 64  
63 65 .carousel-inner > .item > img, .carousel-inner > .item > a > img
... ...