Skip to content

Commit

Permalink
Merge pull request #1371 from cvan/tweak-enter-vr-type-treatment-for-…
Browse files Browse the repository at this point in the history
…windows

tweak type treatment of VR modal copy for Windows, versatility
  • Loading branch information
dmarcos committed Apr 13, 2016
2 parents 27e9bd3 + a11c1a3 commit 3ca3a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/aframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ a-scene audio {

.a-enter-vr-modal,
.a-orientation-modal {
font-family: Andale Mono, Courier New, monospace;
font-family: Consolas, Andale Mono, Courier New, monospace;
}

.a-enter-vr-modal {
font-size: 11px;
line-height: 17px;
line-height: 15px;
min-height: 32px;
}

Expand Down

0 comments on commit 3ca3a20

Please sign in to comment.