diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4e72340..39f33c1 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -163,7 +163,7 @@ export default { zoom: 0.8; } } -h1,h2,h3,h4,p,span{ +h1,h2,h3,h4,p,span,b,label{ font-family: Avenir, Helvetica, Arial, sans-serif; } .center-stuff { diff --git a/frontend/src/components/Lobby.vue b/frontend/src/components/Lobby.vue index 60bd609..091cd04 100644 --- a/frontend/src/components/Lobby.vue +++ b/frontend/src/components/Lobby.vue @@ -3,10 +3,11 @@