Opt in for RedHat font

This commit is contained in:
Katerina Koukiou 2020-06-24 19:45:10 +02:00
parent de0b71d62c
commit 4dea60e7ec
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
<script src="../*/po.js"></script> <script src="../*/po.js"></script>
</head> </head>
<body> <body class="pf-m-redhat-font">
<div id="view"></div> <div id="view"></div>
<script type="text/javascript" src="config.js"></script> <script type="text/javascript" src="config.js"></script>
</body> </body>

View file

@ -28,7 +28,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
<script src="../*/po.js"></script> <script src="../*/po.js"></script>
</head> </head>
<body> <body class="pf-m-redhat-font">
<div id="view"></div> <div id="view"></div>
<script type="text/javascript" src="recordings.js"></script> <script type="text/javascript" src="recordings.js"></script>
</body> </body>