mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-03 17:31:42 +00:00
config_tools: fix configForm character display issue
fix configForm character display issue Tracked-On: #6691 Signed-off-by: Weiyi Feng <weiyix.feng@intel.com>
This commit is contained in:
parent
005831c473
commit
0205aedf74
@ -181,3 +181,7 @@ table {
|
|||||||
.rst-paragraph:last-child {
|
.rst-paragraph:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*{
|
||||||
|
font-family: Roboto !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user