<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[44657] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Create separate `:lang()` selectors for Devanagari.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { white-space: pre-line; overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/44657">44657</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/44657","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>laurelfulford</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2019-01-20 20:22:05 +0000 (Sun, 20 Jan 2019)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Twenty Nineteen: Create separate `:lang()` selectors for Devanagari.

In the non-latin font fallback styles, languages using the Devanagari alphabet were initially committed in a comma-separated list in the `:lang()` selector, which isn't fully supported. This update separates those languages into their own `:lang()` selectors. 

Props mako09.
Fixes <a href="https://core.trac.wordpress.org/ticket/45731">#45731</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpcontentthemestwentynineteensassvariablessite_fontsscss">trunk/src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss</a></li>
<li><a href="#trunksrcwpcontentthemestwentynineteenstyleeditorcss">trunk/src/wp-content/themes/twentynineteen/style-editor.css</a></li>
<li><a href="#trunksrcwpcontentthemestwentynineteenstylecss">trunk/src/wp-content/themes/twentynineteen/style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpcontentthemestwentynineteensassvariablessite_fontsscss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss        2019-01-20 12:02:02 UTC (rev 44656)
+++ trunk/src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss  2019-01-20 20:22:05 UTC (rev 44657)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -43,7 +43,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">        /* Chinese (China) */
</span><span class="cx" style="display: block; padding: 0 10px">        zh-CN: '-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif',
</span><span class="cx" style="display: block; padding: 0 10px">        /* Devanagari */
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        'bn-BD,hi-IN,mr,ne-NP': 'Arial, sans-serif',
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ bn-BD: 'Arial, sans-serif',
+       hi-IN: 'Arial, sans-serif',
+       mr: 'Arial, sans-serif',
+       ne-NP: 'Arial, sans-serif',
</ins><span class="cx" style="display: block; padding: 0 10px">         /* Greek */
</span><span class="cx" style="display: block; padding: 0 10px">        el: '"Helvetica Neue", Helvetica, Arial, sans-serif',
</span><span class="cx" style="display: block; padding: 0 10px">        /* Gujarati */
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentynineteenstyleeditorcss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentynineteen/style-editor.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentynineteen/style-editor.css       2019-01-20 12:02:02 UTC (rev 44656)
+++ trunk/src/wp-content/themes/twentynineteen/style-editor.css 2019-01-20 20:22:05 UTC (rev 44657)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -362,23 +362,74 @@
</span><span class="cx" style="display: block; padding: 0 10px">   font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-body:lang(bn-BD, hi-IN, mr, ne-NP), h1:lang(bn-BD, hi-IN, mr, ne-NP),
-h2:lang(bn-BD, hi-IN, mr, ne-NP),
-h3:lang(bn-BD, hi-IN, mr, ne-NP),
-h4:lang(bn-BD, hi-IN, mr, ne-NP),
-h5:lang(bn-BD, hi-IN, mr, ne-NP),
-h6:lang(bn-BD, hi-IN, mr, ne-NP), figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
-.gallery-caption:lang(bn-BD, hi-IN, mr, ne-NP), .editor-post-title__block .editor-post-title__input:lang(bn-BD, hi-IN, mr, ne-NP), .editor-default-block-appender .editor-default-block-appender__content:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-paragraph.has-drop-cap:lang(bn-BD, hi-IN, mr, ne-NP):not(:focus)::first-letter, .wp-block-table:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-cover h2:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-button .wp-block-button__link:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-quote cite:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block-quote footer:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block-quote .wp-block-quote__citation:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-file:lang(bn-BD, hi-IN, mr, ne-NP), ul.wp-block-archives li:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP),
-.wp-block-latest-posts li:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD, hi-IN, mr, ne-NP), .wp-caption dd:lang(bn-BD, hi-IN, mr, ne-NP), .wp-block-freeform blockquote cite:lang(bn-BD, hi-IN, mr, ne-NP) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+body:lang(bn-BD), h1:lang(bn-BD),
+h2:lang(bn-BD),
+h3:lang(bn-BD),
+h4:lang(bn-BD),
+h5:lang(bn-BD),
+h6:lang(bn-BD), figcaption:lang(bn-BD),
+.gallery-caption:lang(bn-BD), .editor-post-title__block .editor-post-title__input:lang(bn-BD), .editor-default-block-appender .editor-default-block-appender__content:lang(bn-BD), .wp-block-paragraph.has-drop-cap:lang(bn-BD):not(:focus)::first-letter, .wp-block-table:lang(bn-BD), .wp-block-cover h2:lang(bn-BD),
+.wp-block-cover .wp-block-cover-text:lang(bn-BD), .wp-block-button .wp-block-button__link:lang(bn-BD), .wp-block-quote cite:lang(bn-BD),
+.wp-block-quote footer:lang(bn-BD),
+.wp-block-quote .wp-block-quote__citation:lang(bn-BD), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(bn-BD),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(bn-BD),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(bn-BD), .wp-block-file:lang(bn-BD), ul.wp-block-archives li:lang(bn-BD),
+.wp-block-categories li:lang(bn-BD),
+.wp-block-latest-posts li:lang(bn-BD), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD), .wp-caption dd:lang(bn-BD), .wp-block-freeform blockquote cite:lang(bn-BD) {
</ins><span class="cx" style="display: block; padding: 0 10px">   font-family: Arial, sans-serif;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+body:lang(hi-IN), h1:lang(hi-IN),
+h2:lang(hi-IN),
+h3:lang(hi-IN),
+h4:lang(hi-IN),
+h5:lang(hi-IN),
+h6:lang(hi-IN), figcaption:lang(hi-IN),
+.gallery-caption:lang(hi-IN), .editor-post-title__block .editor-post-title__input:lang(hi-IN), .editor-default-block-appender .editor-default-block-appender__content:lang(hi-IN), .wp-block-paragraph.has-drop-cap:lang(hi-IN):not(:focus)::first-letter, .wp-block-table:lang(hi-IN), .wp-block-cover h2:lang(hi-IN),
+.wp-block-cover .wp-block-cover-text:lang(hi-IN), .wp-block-button .wp-block-button__link:lang(hi-IN), .wp-block-quote cite:lang(hi-IN),
+.wp-block-quote footer:lang(hi-IN),
+.wp-block-quote .wp-block-quote__citation:lang(hi-IN), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(hi-IN),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(hi-IN),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(hi-IN), .wp-block-file:lang(hi-IN), ul.wp-block-archives li:lang(hi-IN),
+.wp-block-categories li:lang(hi-IN),
+.wp-block-latest-posts li:lang(hi-IN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(hi-IN), .wp-caption dd:lang(hi-IN), .wp-block-freeform blockquote cite:lang(hi-IN) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(mr), h1:lang(mr),
+h2:lang(mr),
+h3:lang(mr),
+h4:lang(mr),
+h5:lang(mr),
+h6:lang(mr), figcaption:lang(mr),
+.gallery-caption:lang(mr), .editor-post-title__block .editor-post-title__input:lang(mr), .editor-default-block-appender .editor-default-block-appender__content:lang(mr), .wp-block-paragraph.has-drop-cap:lang(mr):not(:focus)::first-letter, .wp-block-table:lang(mr), .wp-block-cover h2:lang(mr),
+.wp-block-cover .wp-block-cover-text:lang(mr), .wp-block-button .wp-block-button__link:lang(mr), .wp-block-quote cite:lang(mr),
+.wp-block-quote footer:lang(mr),
+.wp-block-quote .wp-block-quote__citation:lang(mr), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(mr),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(mr),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(mr), .wp-block-file:lang(mr), ul.wp-block-archives li:lang(mr),
+.wp-block-categories li:lang(mr),
+.wp-block-latest-posts li:lang(mr), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mr), .wp-caption dd:lang(mr), .wp-block-freeform blockquote cite:lang(mr) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(ne-NP), h1:lang(ne-NP),
+h2:lang(ne-NP),
+h3:lang(ne-NP),
+h4:lang(ne-NP),
+h5:lang(ne-NP),
+h6:lang(ne-NP), figcaption:lang(ne-NP),
+.gallery-caption:lang(ne-NP), .editor-post-title__block .editor-post-title__input:lang(ne-NP), .editor-default-block-appender .editor-default-block-appender__content:lang(ne-NP), .wp-block-paragraph.has-drop-cap:lang(ne-NP):not(:focus)::first-letter, .wp-block-table:lang(ne-NP), .wp-block-cover h2:lang(ne-NP),
+.wp-block-cover .wp-block-cover-text:lang(ne-NP), .wp-block-button .wp-block-button__link:lang(ne-NP), .wp-block-quote cite:lang(ne-NP),
+.wp-block-quote footer:lang(ne-NP),
+.wp-block-quote .wp-block-quote__citation:lang(ne-NP), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ne-NP),
+.wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ne-NP),
+.wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ne-NP), .wp-block-file:lang(ne-NP), ul.wp-block-archives li:lang(ne-NP),
+.wp-block-categories li:lang(ne-NP),
+.wp-block-latest-posts li:lang(ne-NP), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ne-NP), .wp-caption dd:lang(ne-NP), .wp-block-freeform blockquote cite:lang(ne-NP) {
+  font-family: Arial, sans-serif;
+}
+
</ins><span class="cx" style="display: block; padding: 0 10px"> body:lang(el), h1:lang(el),
</span><span class="cx" style="display: block; padding: 0 10px"> h2:lang(el),
</span><span class="cx" style="display: block; padding: 0 10px"> h3:lang(el),
</span></span></pre></div>
<a id="trunksrcwpcontentthemestwentynineteenstylecss"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-content/themes/twentynineteen/style.css</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-content/themes/twentynineteen/style.css      2019-01-20 12:02:02 UTC (rev 44656)
+++ trunk/src/wp-content/themes/twentynineteen/style.css        2019-01-20 20:22:05 UTC (rev 44657)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1232,64 +1232,238 @@
</span><span class="cx" style="display: block; padding: 0 10px">   font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-body:lang(bn-BD, hi-IN, mr, ne-NP), button:lang(bn-BD, hi-IN, mr, ne-NP),
-input:lang(bn-BD, hi-IN, mr, ne-NP),
-select:lang(bn-BD, hi-IN, mr, ne-NP),
-optgroup:lang(bn-BD, hi-IN, mr, ne-NP),
-textarea:lang(bn-BD, hi-IN, mr, ne-NP), .author-description .author-link:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-metadata:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP),
-.comments-title:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-author .fn:lang(bn-BD, hi-IN, mr, ne-NP),
-.discussion-meta-info:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry-meta:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry-footer:lang(bn-BD, hi-IN, mr, ne-NP),
-.main-navigation:lang(bn-BD, hi-IN, mr, ne-NP),
-.no-comments:lang(bn-BD, hi-IN, mr, ne-NP),
-.not-found .page-title:lang(bn-BD, hi-IN, mr, ne-NP),
-.error-404 .page-title:lang(bn-BD, hi-IN, mr, ne-NP),
-.post-navigation .post-title:lang(bn-BD, hi-IN, mr, ne-NP),
-.page-links:lang(bn-BD, hi-IN, mr, ne-NP),
-.page-description:lang(bn-BD, hi-IN, mr, ne-NP),
-.pagination .nav-links:lang(bn-BD, hi-IN, mr, ne-NP),
-.sticky-post:lang(bn-BD, hi-IN, mr, ne-NP),
-.site-title:lang(bn-BD, hi-IN, mr, ne-NP),
-.site-info:lang(bn-BD, hi-IN, mr, ne-NP),
-#cancel-comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP),
-h1:lang(bn-BD, hi-IN, mr, ne-NP),
-h2:lang(bn-BD, hi-IN, mr, ne-NP),
-h3:lang(bn-BD, hi-IN, mr, ne-NP),
-h4:lang(bn-BD, hi-IN, mr, ne-NP),
-h5:lang(bn-BD, hi-IN, mr, ne-NP),
-h6:lang(bn-BD, hi-IN, mr, ne-NP), .page-title:lang(bn-BD, hi-IN, mr, ne-NP), blockquote cite:lang(bn-BD, hi-IN, mr, ne-NP), table:lang(bn-BD, hi-IN, mr, ne-NP), .button:lang(bn-BD, hi-IN, mr, ne-NP),
-input:lang(bn-BD, hi-IN, mr, ne-NP)[type="button"],
-input:lang(bn-BD, hi-IN, mr, ne-NP)[type="reset"],
-input:lang(bn-BD, hi-IN, mr, ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-navigation .nav-next:lang(bn-BD, hi-IN, mr, ne-NP), .comment-list .pingback .comment-body:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-list .trackback .comment-body:lang(bn-BD, hi-IN, mr, ne-NP), .comment-list .pingback .comment-body .comment-edit-link:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-list .trackback .comment-body .comment-edit-link:lang(bn-BD, hi-IN, mr, ne-NP), .comment-form .comment-notes:lang(bn-BD, hi-IN, mr, ne-NP),
-.comment-form label:lang(bn-BD, hi-IN, mr, ne-NP), .widget_archive ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_categories ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_meta ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_nav_menu ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_pages ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_recent_comments ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_recent_entries ul li:lang(bn-BD, hi-IN, mr, ne-NP),
-.widget_rss ul li:lang(bn-BD, hi-IN, mr, ne-NP), .widget_tag_cloud .tagcloud:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-archives li:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-latest-posts li:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-verse:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .has-drop-cap:lang(bn-BD, hi-IN, mr, ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-cover-image h2:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-cover h2:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-audio figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-video figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP),
-.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-file:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-file .wp-block-file__button:lang(bn-BD, hi-IN, mr, ne-NP), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD, hi-IN, mr, ne-NP), .wp-caption-text:lang(bn-BD, hi-IN, mr, ne-NP), .gallery-caption:lang(bn-BD, hi-IN, mr, ne-NP) {
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+body:lang(bn-BD), button:lang(bn-BD),
+input:lang(bn-BD),
+select:lang(bn-BD),
+optgroup:lang(bn-BD),
+textarea:lang(bn-BD), .author-description .author-link:lang(bn-BD),
+.comment-metadata:lang(bn-BD),
+.comment-reply-link:lang(bn-BD),
+.comments-title:lang(bn-BD),
+.comment-author .fn:lang(bn-BD),
+.discussion-meta-info:lang(bn-BD),
+.entry-meta:lang(bn-BD),
+.entry-footer:lang(bn-BD),
+.main-navigation:lang(bn-BD),
+.no-comments:lang(bn-BD),
+.not-found .page-title:lang(bn-BD),
+.error-404 .page-title:lang(bn-BD),
+.post-navigation .post-title:lang(bn-BD),
+.page-links:lang(bn-BD),
+.page-description:lang(bn-BD),
+.pagination .nav-links:lang(bn-BD),
+.sticky-post:lang(bn-BD),
+.site-title:lang(bn-BD),
+.site-info:lang(bn-BD),
+#cancel-comment-reply-link:lang(bn-BD),
+h1:lang(bn-BD),
+h2:lang(bn-BD),
+h3:lang(bn-BD),
+h4:lang(bn-BD),
+h5:lang(bn-BD),
+h6:lang(bn-BD), .page-title:lang(bn-BD), blockquote cite:lang(bn-BD), table:lang(bn-BD), .button:lang(bn-BD),
+input:lang(bn-BD)[type="button"],
+input:lang(bn-BD)[type="reset"],
+input:lang(bn-BD)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD),
+.comment-navigation .nav-next:lang(bn-BD), .comment-list .pingback .comment-body:lang(bn-BD),
+.comment-list .trackback .comment-body:lang(bn-BD), .comment-list .pingback .comment-body .comment-edit-link:lang(bn-BD),
+.comment-list .trackback .comment-body .comment-edit-link:lang(bn-BD), .comment-form .comment-notes:lang(bn-BD),
+.comment-form label:lang(bn-BD), .widget_archive ul li:lang(bn-BD),
+.widget_categories ul li:lang(bn-BD),
+.widget_meta ul li:lang(bn-BD),
+.widget_nav_menu ul li:lang(bn-BD),
+.widget_pages ul li:lang(bn-BD),
+.widget_recent_comments ul li:lang(bn-BD),
+.widget_recent_entries ul li:lang(bn-BD),
+.widget_rss ul li:lang(bn-BD), .widget_tag_cloud .tagcloud:lang(bn-BD), .entry .entry-content .wp-block-button .wp-block-button__link:lang(bn-BD), .entry .entry-content .wp-block-archives li:lang(bn-BD),
+.entry .entry-content .wp-block-categories li:lang(bn-BD),
+.entry .entry-content .wp-block-latest-posts li:lang(bn-BD), .entry .entry-content .wp-block-verse:lang(bn-BD), .entry .entry-content .has-drop-cap:lang(bn-BD):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(bn-BD), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(bn-BD),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD),
+.entry .entry-content .wp-block-cover-image h2:lang(bn-BD),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD),
+.entry .entry-content .wp-block-cover h2:lang(bn-BD), .entry .entry-content .wp-block-audio figcaption:lang(bn-BD),
+.entry .entry-content .wp-block-video figcaption:lang(bn-BD),
+.entry .entry-content .wp-block-image figcaption:lang(bn-BD),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(bn-BD), .entry .entry-content .wp-block-file:lang(bn-BD), .entry .entry-content .wp-block-file .wp-block-file__button:lang(bn-BD), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(bn-BD), .wp-caption-text:lang(bn-BD), .gallery-caption:lang(bn-BD) {
</ins><span class="cx" style="display: block; padding: 0 10px">   font-family: Arial, sans-serif;
</span><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+body:lang(hi-IN), button:lang(hi-IN),
+input:lang(hi-IN),
+select:lang(hi-IN),
+optgroup:lang(hi-IN),
+textarea:lang(hi-IN), .author-description .author-link:lang(hi-IN),
+.comment-metadata:lang(hi-IN),
+.comment-reply-link:lang(hi-IN),
+.comments-title:lang(hi-IN),
+.comment-author .fn:lang(hi-IN),
+.discussion-meta-info:lang(hi-IN),
+.entry-meta:lang(hi-IN),
+.entry-footer:lang(hi-IN),
+.main-navigation:lang(hi-IN),
+.no-comments:lang(hi-IN),
+.not-found .page-title:lang(hi-IN),
+.error-404 .page-title:lang(hi-IN),
+.post-navigation .post-title:lang(hi-IN),
+.page-links:lang(hi-IN),
+.page-description:lang(hi-IN),
+.pagination .nav-links:lang(hi-IN),
+.sticky-post:lang(hi-IN),
+.site-title:lang(hi-IN),
+.site-info:lang(hi-IN),
+#cancel-comment-reply-link:lang(hi-IN),
+h1:lang(hi-IN),
+h2:lang(hi-IN),
+h3:lang(hi-IN),
+h4:lang(hi-IN),
+h5:lang(hi-IN),
+h6:lang(hi-IN), .page-title:lang(hi-IN), blockquote cite:lang(hi-IN), table:lang(hi-IN), .button:lang(hi-IN),
+input:lang(hi-IN)[type="button"],
+input:lang(hi-IN)[type="reset"],
+input:lang(hi-IN)[type="submit"], .comment-navigation .nav-previous:lang(hi-IN),
+.comment-navigation .nav-next:lang(hi-IN), .comment-list .pingback .comment-body:lang(hi-IN),
+.comment-list .trackback .comment-body:lang(hi-IN), .comment-list .pingback .comment-body .comment-edit-link:lang(hi-IN),
+.comment-list .trackback .comment-body .comment-edit-link:lang(hi-IN), .comment-form .comment-notes:lang(hi-IN),
+.comment-form label:lang(hi-IN), .widget_archive ul li:lang(hi-IN),
+.widget_categories ul li:lang(hi-IN),
+.widget_meta ul li:lang(hi-IN),
+.widget_nav_menu ul li:lang(hi-IN),
+.widget_pages ul li:lang(hi-IN),
+.widget_recent_comments ul li:lang(hi-IN),
+.widget_recent_entries ul li:lang(hi-IN),
+.widget_rss ul li:lang(hi-IN), .widget_tag_cloud .tagcloud:lang(hi-IN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(hi-IN), .entry .entry-content .wp-block-archives li:lang(hi-IN),
+.entry .entry-content .wp-block-categories li:lang(hi-IN),
+.entry .entry-content .wp-block-latest-posts li:lang(hi-IN), .entry .entry-content .wp-block-verse:lang(hi-IN), .entry .entry-content .has-drop-cap:lang(hi-IN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(hi-IN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(hi-IN),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(hi-IN),
+.entry .entry-content .wp-block-cover-image h2:lang(hi-IN),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(hi-IN),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(hi-IN),
+.entry .entry-content .wp-block-cover h2:lang(hi-IN), .entry .entry-content .wp-block-audio figcaption:lang(hi-IN),
+.entry .entry-content .wp-block-video figcaption:lang(hi-IN),
+.entry .entry-content .wp-block-image figcaption:lang(hi-IN),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(hi-IN),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(hi-IN), .entry .entry-content .wp-block-file:lang(hi-IN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(hi-IN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(hi-IN), .wp-caption-text:lang(hi-IN), .gallery-caption:lang(hi-IN) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(mr), button:lang(mr),
+input:lang(mr),
+select:lang(mr),
+optgroup:lang(mr),
+textarea:lang(mr), .author-description .author-link:lang(mr),
+.comment-metadata:lang(mr),
+.comment-reply-link:lang(mr),
+.comments-title:lang(mr),
+.comment-author .fn:lang(mr),
+.discussion-meta-info:lang(mr),
+.entry-meta:lang(mr),
+.entry-footer:lang(mr),
+.main-navigation:lang(mr),
+.no-comments:lang(mr),
+.not-found .page-title:lang(mr),
+.error-404 .page-title:lang(mr),
+.post-navigation .post-title:lang(mr),
+.page-links:lang(mr),
+.page-description:lang(mr),
+.pagination .nav-links:lang(mr),
+.sticky-post:lang(mr),
+.site-title:lang(mr),
+.site-info:lang(mr),
+#cancel-comment-reply-link:lang(mr),
+h1:lang(mr),
+h2:lang(mr),
+h3:lang(mr),
+h4:lang(mr),
+h5:lang(mr),
+h6:lang(mr), .page-title:lang(mr), blockquote cite:lang(mr), table:lang(mr), .button:lang(mr),
+input:lang(mr)[type="button"],
+input:lang(mr)[type="reset"],
+input:lang(mr)[type="submit"], .comment-navigation .nav-previous:lang(mr),
+.comment-navigation .nav-next:lang(mr), .comment-list .pingback .comment-body:lang(mr),
+.comment-list .trackback .comment-body:lang(mr), .comment-list .pingback .comment-body .comment-edit-link:lang(mr),
+.comment-list .trackback .comment-body .comment-edit-link:lang(mr), .comment-form .comment-notes:lang(mr),
+.comment-form label:lang(mr), .widget_archive ul li:lang(mr),
+.widget_categories ul li:lang(mr),
+.widget_meta ul li:lang(mr),
+.widget_nav_menu ul li:lang(mr),
+.widget_pages ul li:lang(mr),
+.widget_recent_comments ul li:lang(mr),
+.widget_recent_entries ul li:lang(mr),
+.widget_rss ul li:lang(mr), .widget_tag_cloud .tagcloud:lang(mr), .entry .entry-content .wp-block-button .wp-block-button__link:lang(mr), .entry .entry-content .wp-block-archives li:lang(mr),
+.entry .entry-content .wp-block-categories li:lang(mr),
+.entry .entry-content .wp-block-latest-posts li:lang(mr), .entry .entry-content .wp-block-verse:lang(mr), .entry .entry-content .has-drop-cap:lang(mr):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(mr), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(mr),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(mr),
+.entry .entry-content .wp-block-cover-image h2:lang(mr),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(mr),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(mr),
+.entry .entry-content .wp-block-cover h2:lang(mr), .entry .entry-content .wp-block-audio figcaption:lang(mr),
+.entry .entry-content .wp-block-video figcaption:lang(mr),
+.entry .entry-content .wp-block-image figcaption:lang(mr),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(mr),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(mr), .entry .entry-content .wp-block-file:lang(mr), .entry .entry-content .wp-block-file .wp-block-file__button:lang(mr), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(mr), .wp-caption-text:lang(mr), .gallery-caption:lang(mr) {
+  font-family: Arial, sans-serif;
+}
+
+body:lang(ne-NP), button:lang(ne-NP),
+input:lang(ne-NP),
+select:lang(ne-NP),
+optgroup:lang(ne-NP),
+textarea:lang(ne-NP), .author-description .author-link:lang(ne-NP),
+.comment-metadata:lang(ne-NP),
+.comment-reply-link:lang(ne-NP),
+.comments-title:lang(ne-NP),
+.comment-author .fn:lang(ne-NP),
+.discussion-meta-info:lang(ne-NP),
+.entry-meta:lang(ne-NP),
+.entry-footer:lang(ne-NP),
+.main-navigation:lang(ne-NP),
+.no-comments:lang(ne-NP),
+.not-found .page-title:lang(ne-NP),
+.error-404 .page-title:lang(ne-NP),
+.post-navigation .post-title:lang(ne-NP),
+.page-links:lang(ne-NP),
+.page-description:lang(ne-NP),
+.pagination .nav-links:lang(ne-NP),
+.sticky-post:lang(ne-NP),
+.site-title:lang(ne-NP),
+.site-info:lang(ne-NP),
+#cancel-comment-reply-link:lang(ne-NP),
+h1:lang(ne-NP),
+h2:lang(ne-NP),
+h3:lang(ne-NP),
+h4:lang(ne-NP),
+h5:lang(ne-NP),
+h6:lang(ne-NP), .page-title:lang(ne-NP), blockquote cite:lang(ne-NP), table:lang(ne-NP), .button:lang(ne-NP),
+input:lang(ne-NP)[type="button"],
+input:lang(ne-NP)[type="reset"],
+input:lang(ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(ne-NP),
+.comment-navigation .nav-next:lang(ne-NP), .comment-list .pingback .comment-body:lang(ne-NP),
+.comment-list .trackback .comment-body:lang(ne-NP), .comment-list .pingback .comment-body .comment-edit-link:lang(ne-NP),
+.comment-list .trackback .comment-body .comment-edit-link:lang(ne-NP), .comment-form .comment-notes:lang(ne-NP),
+.comment-form label:lang(ne-NP), .widget_archive ul li:lang(ne-NP),
+.widget_categories ul li:lang(ne-NP),
+.widget_meta ul li:lang(ne-NP),
+.widget_nav_menu ul li:lang(ne-NP),
+.widget_pages ul li:lang(ne-NP),
+.widget_recent_comments ul li:lang(ne-NP),
+.widget_recent_entries ul li:lang(ne-NP),
+.widget_rss ul li:lang(ne-NP), .widget_tag_cloud .tagcloud:lang(ne-NP), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ne-NP), .entry .entry-content .wp-block-archives li:lang(ne-NP),
+.entry .entry-content .wp-block-categories li:lang(ne-NP),
+.entry .entry-content .wp-block-latest-posts li:lang(ne-NP), .entry .entry-content .wp-block-verse:lang(ne-NP), .entry .entry-content .has-drop-cap:lang(ne-NP):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ne-NP), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ne-NP),
+.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ne-NP),
+.entry .entry-content .wp-block-cover-image h2:lang(ne-NP),
+.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ne-NP),
+.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ne-NP),
+.entry .entry-content .wp-block-cover h2:lang(ne-NP), .entry .entry-content .wp-block-audio figcaption:lang(ne-NP),
+.entry .entry-content .wp-block-video figcaption:lang(ne-NP),
+.entry .entry-content .wp-block-image figcaption:lang(ne-NP),
+.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ne-NP),
+.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ne-NP), .entry .entry-content .wp-block-file:lang(ne-NP), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ne-NP), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ne-NP), .wp-caption-text:lang(ne-NP), .gallery-caption:lang(ne-NP) {
+  font-family: Arial, sans-serif;
+}
+
</ins><span class="cx" style="display: block; padding: 0 10px"> body:lang(el), button:lang(el),
</span><span class="cx" style="display: block; padding: 0 10px"> input:lang(el),
</span><span class="cx" style="display: block; padding: 0 10px"> select:lang(el),
</span></span></pre>
</div>
</div>

</body>
</html>