frontend: use monospaced font in flag input
This commit is contained in:
parent
85658bb3c6
commit
0c5aa65092
3 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue