Change font to Happy Monkey

master
Daniel Berteaud 10 years ago
parent c1a9092505
commit 6f130d014d
  1. 9
      public/css/vroom.css
  2. BIN
      public/fonts/happymonkey.woff
  3. BIN
      public/fonts/happymonkey.woff2
  4. BIN
      public/fonts/shortstack.woff
  5. BIN
      public/fonts/shortstack.woff2

@ -1,12 +1,15 @@
@font-face { @font-face {
font-family: 'Short Stack'; font-family: 'Happy Monkey';
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
src: url(../fonts/shortstack.woff2) format('woff2'), url(../fonts/shortstack.woff) format('woff'); src: url(../fonts/happymonkey.woff2) format('woff2'), url(../fonts/happymonkey.woff) format('woff');
} }
.navbar-btn-group { .navbar-btn-group {
border-color: transparent !important; border-color: transparent !important;
} }
a.popup>span {
color: grey;
}
#webRTCVideo { #webRTCVideo {
overflow-y: auto; overflow-y: auto;
} }
@ -276,7 +279,7 @@
html, html,
body { body {
height: 100%; height: 100%;
font-family: 'Short Stack', cursive; font-family: 'Happy Monkey', cursive;
} }
#wrap { #wrap {
min-height: 100%; min-height: 100%;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save