From 68cde7904b6d5bb20694f6f7ce32a641ead8527b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 31 Jul 2019 12:32:10 -0400 Subject: [PATCH] Update fonts file for GEO's Ocan fonts --- .../custom/geofresco/src/global/_fonts.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/web/themes/custom/geofresco/src/global/_fonts.scss b/web/themes/custom/geofresco/src/global/_fonts.scss index 53fddc3..1872430 100644 --- a/web/themes/custom/geofresco/src/global/_fonts.scss +++ b/web/themes/custom/geofresco/src/global/_fonts.scss @@ -1,29 +1,29 @@ -$family-serif: "Pagella", "Palatino", "Bookman", "Bookman Old Style", "Garamond", "Georgia", "Times", "Times New Roman", serif !default +$family-sans-serif: "Ocan", "Arial Narrow", "Helvetica", "Lucida", sans-serif !default @font-face { - font-family: 'Pagella'; - src: url('../../fonts/texgyrepagella-regular-webfont.woff') format('woff'); + font-family: 'Ocan'; + src: url('../../fonts/OcanSansStd-Book.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { - font-family: 'Pagella'; - src: url('../../fonts/texgyrepagella-bold-webfont.woff') format('woff'); + font-family: 'Ocan'; + src: url('../../fonts/OcanSansStd-Bold.woff') format('woff'); font-weight: 700; font-style: normal; } @font-face { - font-family: 'Pagella'; - src: url('../../fonts/texgyrepagella-italic-webfont.woff') format('woff'); + font-family: 'Ocan'; + src: url('../../fonts/OcanSansStd-BookIta.woff') format('woff'); font-weight: normal; font-style: italic; } @font-face { - font-family: 'Pagella'; - src: url('../../fonts/texgyrepagella-bolditalic-webfont.woff') format('woff'); + font-family: 'Ocan'; + src: url('../../fonts/OcanSansStd-BoldIta.woff') format('woff'); font-weight: 700; font-style: italic; }