[FORUM] Integrate into the new website design.

This commit is contained in:
Colin Finck 2020-03-08 10:23:42 +01:00
parent c7c65f61a7
commit 82f19adf4e
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
<link rel="stylesheet" href="/css/font-roboto.css" type='text/css'>
<link href="/rosweb/css/static-header.css" rel="stylesheet" type="text/css" />
<link href="{T_THEME_PATH}/reactos.css" rel="stylesheet" type="text/css" />

View File

@ -1,3 +1,3 @@
body {
font-family: "Open Sans";
font-family: "Roboto";
}