From 4f0634a3c8f3de310550e3d80953036e92d2ef51 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 4 May 2021 17:40:47 -0500 Subject: [PATCH] Minor - Add font-family to print.css --- app/Resources/public/css/themes/chamilo/print.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Resources/public/css/themes/chamilo/print.css b/app/Resources/public/css/themes/chamilo/print.css index 00d8408063..d7e9aec522 100644 --- a/app/Resources/public/css/themes/chamilo/print.css +++ b/app/Resources/public/css/themes/chamilo/print.css @@ -15,6 +15,7 @@ body { margin: 0; padding: 0; background-color: #fff; + font-family: sans-serif; } img { border: none;