From nobody Fri Apr 26 03:16:49 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of ovirt.org designates 66.187.230.42 as permitted sender) client-ip=66.187.230.42; envelope-from=kimchi-devel-bounces@ovirt.org; helo=lists.ovirt.org; Authentication-Results: mx.zoho.com; spf=pass (zoho.com: domain of ovirt.org designates 66.187.230.42 as permitted sender) smtp.mailfrom=kimchi-devel-bounces@ovirt.org; Return-Path: Received: from lists.ovirt.org (lists.phx.ovirt.org [66.187.230.42]) by mx.zohomail.com with SMTPS id 1491326672056789.5516541743633; Tue, 4 Apr 2017 10:24:32 -0700 (PDT) Received: from lists.phx.ovirt.org (localhost [127.0.0.1]) by lists.ovirt.org (Postfix) with ESMTP id 34E17820536; Tue, 4 Apr 2017 17:24:31 +0000 (UTC) Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by lists.ovirt.org (Postfix) with ESMTPS id 750958204E8 for ; Tue, 4 Apr 2017 17:24:19 +0000 (UTC) Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v34HO8aW108386 for ; Tue, 4 Apr 2017 13:24:18 -0400 Received: from e24smtp02.br.ibm.com (e24smtp02.br.ibm.com [32.104.18.86]) by mx0b-001b2d01.pphosted.com with ESMTP id 29mc5jmw6h-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 04 Apr 2017 13:24:18 -0400 Received: from localhost by e24smtp02.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Apr 2017 14:24:16 -0300 Received: from d24relay03.br.ibm.com (9.18.232.225) by e24smtp02.br.ibm.com (10.172.0.142) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 4 Apr 2017 14:24:13 -0300 Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay03.br.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v34HODk127721812 for ; Tue, 4 Apr 2017 14:24:13 -0300 Received: from d24av03.br.ibm.com (localhost [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id v34HOEKg012815 for ; Tue, 4 Apr 2017 14:24:14 -0300 Received: from alinefm-TP440.br.ibm.com (alinefm-TP440.br.ibm.com [9.18.239.40]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id v34HOE73012812 for ; Tue, 4 Apr 2017 14:24:14 -0300 X-Original-To: kimchi-devel@ovirt.org From: Aline Manera To: Kimchi Devel Date: Tue, 4 Apr 2017 14:24:13 -0300 X-Mailer: git-send-email 2.9.3 X-TM-AS-MML: disable x-cbid: 17040417-0020-0000-0000-0000029CA7D2 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17040417-0021-0000-0000-000030B9ABBE Message-Id: <20170404172413.8911-1-alinefm@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-04-04_16:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704040150 Subject: [Kimchi-devel] [PATCH] [Kimchi] Remove Open Sans font requirement X-BeenThere: kimchi-devel@ovirt.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: kimchi-devel-bounces@ovirt.org Errors-To: kimchi-devel-bounces@ovirt.org X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Aline Manera Reviewed-by: Daniel Barboza --- ui/css/kimchi.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ui/css/kimchi.css b/ui/css/kimchi.css index 948b888..4c40fcd 100644 --- a/ui/css/kimchi.css +++ b/ui/css/kimchi.css @@ -82,7 +82,7 @@ /* Template & Guests Modal Windows */ #template-add-window.modal-content label.box-iso-outer, #guest-add-window.modal-content label.box-iso-outer { - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 14px !important; font-weight: 400; border-radius: 3px; @@ -345,7 +345,7 @@ #guest-add-window.modal-content label { font-size: 16px; font-weight: 400; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; } =20 #guest-add-window form#form-vm-add { @@ -391,7 +391,7 @@ padding: 6px 2px; display: inline-block; vertical-align: middle; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; font-size: 12.5pt; line-height: 1.42857; @@ -416,7 +416,7 @@ padding: 6px 2px; display: inline-block; vertical-align: middle; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 12.5pt; line-height: 2.42857; font-weight: 400; @@ -542,7 +542,7 @@ #guest-content-container .wok-guest-gallery .wok-guest-list-item > span { display: inline-block; width: 100%; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 12.5pt; line-height: 1.42857; font-weight: 400; @@ -1272,7 +1272,7 @@ body.wok-gallery { #guest-edit-window form .header > span { padding: 6px 2px; display: inline-block; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 12.5pt; vertical-align: bottom; @@ -1449,7 +1449,7 @@ body.wok-gallery { display: block; padding: 6px 2px; margin-bottom: 5px; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 12.5pt; vertical-align: bottom; @@ -1694,7 +1694,7 @@ ul { #template-edit-window .template-tab-header > span { padding: 6px 2px; display: inline-block; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 400; font-size: 12.5pt; vertical-align: baseline; @@ -1859,7 +1859,7 @@ ul { #template-add-window.modal-content label { font-size: 16px; font-weight: 400; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; } =20 #template-add-window.modal-content label.check-all { @@ -1990,7 +1990,7 @@ ul { border-bottom: 1px solid #eee; height: 38px; padding: 4px 12px; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13pt; } =20 @@ -2049,7 +2049,7 @@ ul { display: inline-block; vertical-align: bottom; height: 36px; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 300; font-size: 12.5pt; line-height: 1.42857; @@ -2075,7 +2075,7 @@ ul { padding: 6px 2px; display: inline-block; vertical-align: top; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 12.5pt; line-height: 2.42857; font-weight: 400; @@ -2202,7 +2202,7 @@ ul { #templates-root-container .wok-vm-gallery .wok-vm-body > span { display: inline-block; width: 100%; - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 12.5pt; line-height: 1.42857; font-weight: 400; @@ -2821,7 +2821,7 @@ ul { } =20 #storage-root-container .volumes .wok-list.wok-datagrid > .wok-datagrid-bo= dy > .wok-datagrid-row > div > div > div > span { - font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", sans-serif; + font-family: Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 2.42857; vertical-align: top; font-size: 12.5pt; --=20 2.9.3 _______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel