frontend: use monospaced font in flag input

This commit is contained in:
nemunaire 2018-12-08 19:54:23 +01:00
parent 85658bb3c6
commit 0c5aa65092
3 changed files with 11 additions and 1 deletions

View file

@ -12,6 +12,12 @@
src: url('../fonts/LinBiolinum_RI.woff') format('woff');
font-style: italic;
}
@font-face {
font-family: 'FantasqueSansMonoRegular';
src: url('../fonts/FantasqueSansMono-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
[ng-cloak] {
display:none !important;
@ -32,6 +38,10 @@ body {
height: 100vh;
}
.flag {
font-family: 'FantasqueSansMonoRegular', monospace;
}
.card-img-top {
background-position: center;
background-repeat: no-repeat;