diff --git a/css/foundryvtt-reve-de-dragon.css b/css/foundryvtt-reve-de-dragon.css index 2fac0925..9297772e 100644 --- a/css/foundryvtt-reve-de-dragon.css +++ b/css/foundryvtt-reve-de-dragon.css @@ -63,6 +63,11 @@ #sidebar { font-family: "GoudyAcc"; } +.sheet header.sheet-header h1 input .chat-message, +.window-app .window-header .chat-message, +#sidebar .chat-message { + font-family: "CaslonAntique"; +} /* For title, sidebar character and scene */ .sheet nav.sheet-tabs, .window-app input, diff --git a/less/fonts.less b/less/fonts.less index 0ca55362..9b6658e1 100644 --- a/less/fonts.less +++ b/less/fonts.less @@ -71,7 +71,11 @@ .sheet header.sheet-header h1 input, .window-app .window-header, #sidebar { - font-family: "GoudyAcc" + font-family: "GoudyAcc"; + + .chat-message{ + font-family: "CaslonAntique"; + } } /* For title, sidebar character and scene */