From ce6085c33c38821ee766d80282ea076cda9cd239 Mon Sep 17 00:00:00 2001 From: Boris SCHAPIRA Date: Fri, 13 Sep 2019 11:59:40 +0200 Subject: [PATCH] Adding NO-BREAK SPACE inside quotes in French MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In French microtypography, there is a no-break space after "«" and before "»". --- css/quotes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/quotes.css b/css/quotes.css index e0344f2..2957020 100644 --- a/css/quotes.css +++ b/css/quotes.css @@ -223,7 +223,7 @@ can be replaced by :root:lang(mzn), :not(:lang(mzn)) > :lang(mzn) { quotes: '\00ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */ -:root:lang(fr), :not(:lang(fr)) > :lang(fr) { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */ +:root:lang(fr), :not(:lang(fr)) > :lang(fr) { quotes: '\00ab\00a0' '\00a0\00bb' '\00ab\00a0' '\00a0\00bb' } /* «   » «   » */ :root:lang(hy), :not(:lang(hy)) > :lang(hy) { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */ :root:lang(yav), :not(:lang(yav)) > :lang(yav) { quotes: '\00ab' '\00bb' '\00ab' '\00bb' } /* « » « » */