mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 20:19:21 -02:30
Add generic font family
* remove quotes so that it's treated as a generic font family * https://sonarcloud.io/project/issues?open=AZDmRbX42PiUXMD3dYoz&id=ansible_awx&tab=code
This commit is contained in:
committed by
Chris Meyers
parent
838e67005c
commit
adc3e35978
@@ -47,7 +47,7 @@ body {
|
|||||||
right: 90px;
|
right: 90px;
|
||||||
font-size:200px;
|
font-size:200px;
|
||||||
color: #FDBA48;
|
color: #FDBA48;
|
||||||
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
|
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message_div {
|
.message_div {
|
||||||
|
|||||||
Reference in New Issue
Block a user