Ticket #45731: 45731.patch
File 45731.patch, 150.5 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
160 160 @include button-transition; 161 161 border: none; 162 162 font-size: $font__size-sm; 163 font-family: $font__heading;163 @include font-family( $font__heading ); 164 164 line-height: $font__line-height-heading; 165 165 box-sizing: border-box; 166 166 font-weight: bold; … … 227 227 228 228 li { 229 229 color: $color__text-light; 230 font-family: $font__heading;230 @include font-family( $font__heading ); 231 231 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 232 232 font-weight: bold; 233 233 line-height: $font__line-height-heading; … … 296 296 297 297 //! Verse 298 298 .wp-block-verse { 299 font-family: $font__body;299 @include font-family( $font__body ); 300 300 font-size: $font__size_base; 301 301 line-height: 1.8; 302 302 } … … 304 304 //! Paragraphs 305 305 .has-drop-cap { 306 306 &:not(:focus):first-letter { 307 font-family: $font__heading;307 @include font-family( $font__heading ); 308 308 font-size: $font__size-xxxl; 309 309 line-height: 1; 310 310 font-weight: bold; … … 345 345 346 346 cite { 347 347 display: inline-block; 348 font-family: $font__heading;348 @include font-family( $font__heading ); 349 349 line-height: 1.6; 350 350 text-transform: none; 351 351 color: $color__text-light; … … 536 536 .wp-block-cover-image-text, 537 537 .wp-block-cover-text, 538 538 h2 { 539 font-family: $font__heading;539 @include font-family( $font__heading ); 540 540 font-size: $font__size-lg; 541 541 font-weight: bold; 542 542 line-height: 1.25; … … 601 601 .wp-block-gallery .blocks-gallery-image figcaption, 602 602 .wp-block-gallery .blocks-gallery-item figcaption { 603 603 font-size: $font__size-xs; 604 font-family: $font__heading;604 @include font-family( $font__heading ); 605 605 line-height: $font__line-height-pre; 606 606 margin: 0; 607 607 padding: ( $size__spacing-unit * .5 ); … … 667 667 668 668 //! File 669 669 .wp-block-file { 670 font-family: $font__heading;670 @include font-family( $font__heading ); 671 671 672 672 .wp-block-file__button { 673 673 display: table; … … 676 676 border-radius: 5px; 677 677 background: $color__background-button; 678 678 font-size: $font__size-base; 679 font-family: $font__heading;679 @include font-family( $font__heading ); 680 680 line-height: $font__line-height-heading; 681 681 text-decoration: none; 682 682 font-weight: bold; … … 758 758 .wp-block-latest-comments { 759 759 760 760 .wp-block-latest-comments__comment-meta { 761 font-family: $font__heading;761 @include font-family( $font__heading ); 762 762 font-weight: bold; 763 763 764 764 .wp-block-latest-comments__comment-date { -
src/wp-content/themes/twentynineteen/sass/elements/_tables.scss
2 2 margin: 0 0 $size__spacing-unit; 3 3 border-collapse: collapse; 4 4 width: 100%; 5 font-family: $font__heading;5 @include font-family( $font__heading ); 6 6 7 7 td, 8 8 th { -
src/wp-content/themes/twentynineteen/sass/forms/_buttons.scss
10 10 border-radius: 5px; 11 11 box-sizing: border-box; 12 12 color: $color__background-body; 13 font-family: $font__heading;13 @include font-family( $font__heading ); 14 14 font-size: $font__size-sm; 15 15 font-weight: 700; 16 16 line-height: $font__line-height-heading; -
src/wp-content/themes/twentynineteen/sass/media/_captions.scss
24 24 .wp-caption-text { 25 25 color: $color__text-light; 26 26 font-size: $font__size-xs; 27 font-family: $font__heading;27 @include font-family( $font__heading ); 28 28 line-height: $font__line-height-pre; 29 29 margin: 0; 30 30 padding: ( $size__spacing-unit * .5 ); -
src/wp-content/themes/twentynineteen/sass/media/_galleries.scss
32 32 .gallery-caption { 33 33 display: block; 34 34 font-size: $font__size-xs; 35 font-family: $font__heading;35 @include font-family( $font__heading ); 36 36 line-height: $font__line-height-pre; 37 37 margin: 0; 38 38 padding: ( $size__spacing-unit * .5 ); -
src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
87 87 0 0 1px 0 rgba( $color__text-light, 0.7 ); // Antialiasing, outer edge. 88 88 } 89 89 90 /* Fallback for non-latin fonts */91 92 @mixin non-latin-fonts( $wrapper_classname: '.site' ) {93 94 /* Arabic */95 html[lang="ar"] #{$wrapper_classname} *,96 html[lang="ary"] #{$wrapper_classname} *,97 html[lang="azb"] #{$wrapper_classname} *,98 html[lang="ckb"] #{$wrapper_classname} *,99 html[lang="fa-IR"] #{$wrapper_classname} *,100 html[lang="haz"] #{$wrapper_classname} *,101 html[lang="ps"] #{$wrapper_classname} * {102 font-family: Tahoma, Arial, sans-serif !important;103 }104 105 /* Cyrillic */106 html[lang="be"] #{$wrapper_classname} *,107 html[lang="bg-BG"] #{$wrapper_classname} *,108 html[lang="kk"] #{$wrapper_classname} *,109 html[lang="mk-MK"] #{$wrapper_classname} *,110 html[lang="mn"] #{$wrapper_classname} *,111 html[lang="ru-RU"] #{$wrapper_classname} *,112 html[lang="sah"] #{$wrapper_classname} *,113 html[lang="sr-RS"] #{$wrapper_classname} *,114 html[lang="tt-RU"] #{$wrapper_classname} *,115 html[lang="uk"] #{$wrapper_classname} * {116 font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;117 }118 119 /* Chinese (Hong Kong) */120 html[lang="zh-HK"] #{$wrapper_classname} * {121 font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;122 }123 124 /* Chinese (Taiwan) */125 html[lang="zh-TW"] #{$wrapper_classname} * {126 font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;127 }128 129 /* Chinese (China) */130 html[lang="zh-CN"] #{$wrapper_classname} * {131 font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;132 }133 134 /* Devanagari */135 html[lang="bn-BD"] #{$wrapper_classname} *,136 html[lang="hi-IN"] #{$wrapper_classname} *,137 html[lang="mr"] #{$wrapper_classname} *,138 html[lang="ne-NP"] #{$wrapper_classname} * {139 font-family: Arial, sans-serif !important;140 }141 142 /* Greek */143 html[lang="el"] #{$wrapper_classname} * {144 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;145 }146 147 /* Gujarati */148 html[lang="gu"] #{$wrapper_classname} * {149 font-family: Arial, sans-serif !important;150 }151 152 /* Hebrew */153 html[lang="he-IL"] #{$wrapper_classname} * {154 font-family: 'Arial Hebrew', Arial, sans-serif !important;155 }156 157 /* Japanese */158 html[lang="ja"] #{$wrapper_classname} * {159 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;160 }161 162 /* Korean */163 html[lang="ko-KR"] #{$wrapper_classname} * {164 font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;165 }166 167 /* Thai */168 html[lang="th"] #{$wrapper_classname} * {169 font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;170 }171 172 /* Vietnamese */173 html[lang="vi"] #{$wrapper_classname} * {174 font-family: 'Libre Franklin', sans-serif !important;175 }176 }177 178 90 /* Calculates maximum width for post content */ 179 91 @mixin postContentMaxWidth() { 180 92 … … 202 114 } 203 115 } 204 116 117 /* Ensure all font family declarations come with non-latin fallbacks */ 118 @mixin font-family( $font_family: $font__body ) { 119 font-family: $font_family; 120 @extend %non-latin-fonts; 121 } 122 123 /* Build our non-latin font styles */ 124 %non-latin-fonts { 125 @each $lang, $font__fallback in $font__fallbacks { 126 &:lang(#{$lang}) { 127 font-family: unquote( $font__fallback ); 128 } 129 } 130 } 131 205 132 @import "utilities"; -
src/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss
176 176 .nav-next { 177 177 min-width: 50%; 178 178 width: 100%; 179 font-family: $font__heading;179 @include font-family( $font__heading ); 180 180 font-weight: bold; 181 181 182 182 .secondary-text { -
src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
127 127 128 128 .comment-body { 129 129 color: $color__text-light; 130 font-family: $font__heading;130 @include font-family( $font__heading ); 131 131 font-size: $font__size-xs; 132 132 font-weight: 500; 133 133 margin-top: $size__spacing-unit; … … 143 143 144 144 .comment-edit-link { 145 145 color: $color__text-light; 146 font-family: $font__heading;146 @include font-family( $font__heading ); 147 147 font-weight: 500; 148 148 } 149 149 } … … 372 372 373 373 .comment-notes, 374 374 label { 375 font-family: $font__heading;375 @include font-family( $font__heading ); 376 376 font-size: $font__size-xs; 377 377 color: $color__text-light; 378 378 } -
src/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss
30 30 31 31 li { 32 32 color: $color__text-light; 33 font-family: $font__heading;33 @include font-family( $font__heading ); 34 34 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 35 35 font-weight: 700; 36 36 line-height: $font__line-height-heading; … … 45 45 .widget_tag_cloud { 46 46 47 47 .tagcloud { 48 font-family: $font__heading;48 @include font-family( $font__heading ); 49 49 font-weight: 700; 50 50 } 51 51 } -
src/wp-content/themes/twentynineteen/sass/typography/_copy.scss
15 15 cite { 16 16 font-size: $font__size-xs; 17 17 font-style: normal; 18 font-family: $font__heading;18 @include font-family( $font__heading ); 19 19 } 20 20 } 21 21 -
src/wp-content/themes/twentynineteen/sass/typography/_headings.scss
18 18 .site-title, 19 19 .site-info, 20 20 #cancel-comment-reply-link, 21 img:after,22 21 h1, 23 22 h2, 24 23 h3, … … 25 24 h4, 26 25 h5, 27 26 h6 { 28 font-family: $font__heading;27 @include font-family( $font__heading ); 29 28 } 30 29 31 30 .main-navigation, … … 53 52 } 54 53 55 54 .page-title { 56 font-family: $font__body;55 @include font-family( $font__body ); 57 56 } 58 57 59 58 .site-branding, -
src/wp-content/themes/twentynineteen/sass/typography/_typography.scss
7 7 -webkit-font-smoothing: antialiased; 8 8 -moz-osx-font-smoothing: grayscale; 9 9 color: $color__text-main; 10 font-family: $font__body;10 @include font-family( $font__body ); 11 11 font-weight: 400; 12 12 font-size: 1em; 13 13 line-height: $font__line-height-body; … … 21 21 optgroup, 22 22 textarea { 23 23 color: $color__text-main; 24 font-family: $font__body;24 @include font-family( $font__body ); 25 25 font-weight: 400; 26 26 line-height: $font__line-height-body; 27 27 text-rendering: optimizeLegibility; … … 30 30 @import "headings"; 31 31 32 32 @import "copy"; 33 34 @include non-latin-fonts(); -
src/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss
16 16 17 17 $font__body: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; 18 18 $font__heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 19 $font__fallbacks: ( 20 /* Arabic */ 21 'ar,ary,azb,ckb,fa-IR,haz,ps': 'Tahoma, Arial, sans-serif', 22 /* Cyrillic */ 23 'be,bg-BG,kk,mk-MK,mn,ru-RU,sah,sr-RS,tt-RU,uk': '"Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif', 24 /* Chinese (Hong Kong) */ 25 zh-HK: '-apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif', 26 /* Chinese (Taiwan) */ 27 zh-TW: '-apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif', 28 /* Chinese (China) */ 29 zh-CN: '-apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif', 30 /* Devanagari */ 31 'bn-BD,hi-IN,mr,ne-NP': 'Arial, sans-serif', 32 /* Greek */ 33 el: '"Helvetica Neue", Helvetica, Arial, sans-serif', 34 /* Gujarati */ 35 gu: 'Arial, sans-serif', 36 /* Hebrew */ 37 he-IL: '"Arial Hebrew", Arial, sans-serif', 38 /* Japanese */ 39 ja: '-apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif', 40 /* Korean */ 41 ko-KR: '"Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif', 42 /* Thai */ 43 th: '"Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif', 44 /* Vietnamese */ 45 vi: '"Libre Franklin", sans-serif', 46 ); 19 47 $font__code: Menlo, monaco, Consolas, Lucida Console, monospace; 20 48 $font__pre: "Courier 10 Pitch", Courier, monospace; 21 49 -
src/wp-content/themes/twentynineteen/style-editor-customizer.css
1 1 /*! 2 Twenty Nineteen Customizer Styles & Non-latin Font Fallbacks2 Twenty Nineteen Customizer Styles 3 3 4 NOTE: This file is automatically populated with additionalstyles if the user selects a custom primary color in the customzier.4 NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier. 5 5 */ 6 /** === Includes === */7 /* If we add the border using a regular CSS border, it won't look good on non-retina devices,8 * since its edges can look jagged due to lack of antialiasing. In this case, we are several9 * layers of box-shadow to add the border visually, which will render the border smoother. */10 /* Fallback for non-latin fonts */11 /* Calculates maximum width for post content */12 /* Nested sub-menu padding: 10 levels deep */13 /** === Non-Latin font fallbacks === */14 /* Arabic */15 html[lang="ar"] .wp-block *,16 html[lang="ary"] .wp-block *,17 html[lang="azb"] .wp-block *,18 html[lang="ckb"] .wp-block *,19 html[lang="fa-IR"] .wp-block *,20 html[lang="haz"] .wp-block *,21 html[lang="ps"] .wp-block * {22 font-family: Tahoma, Arial, sans-serif !important;23 }24 25 /* Cyrillic */26 html[lang="be"] .wp-block *,27 html[lang="bg-BG"] .wp-block *,28 html[lang="kk"] .wp-block *,29 html[lang="mk-MK"] .wp-block *,30 html[lang="mn"] .wp-block *,31 html[lang="ru-RU"] .wp-block *,32 html[lang="sah"] .wp-block *,33 html[lang="sr-RS"] .wp-block *,34 html[lang="tt-RU"] .wp-block *,35 html[lang="uk"] .wp-block * {36 font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;37 }38 39 /* Chinese (Hong Kong) */40 html[lang="zh-HK"] .wp-block * {41 font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;42 }43 44 /* Chinese (Taiwan) */45 html[lang="zh-TW"] .wp-block * {46 font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;47 }48 49 /* Chinese (China) */50 html[lang="zh-CN"] .wp-block * {51 font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;52 }53 54 /* Devanagari */55 html[lang="bn-BD"] .wp-block *,56 html[lang="hi-IN"] .wp-block *,57 html[lang="mr"] .wp-block *,58 html[lang="ne-NP"] .wp-block * {59 font-family: Arial, sans-serif !important;60 }61 62 /* Greek */63 html[lang="el"] .wp-block * {64 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;65 }66 67 /* Gujarati */68 html[lang="gu"] .wp-block * {69 font-family: Arial, sans-serif !important;70 }71 72 /* Hebrew */73 html[lang="he-IL"] .wp-block * {74 font-family: 'Arial Hebrew', Arial, sans-serif !important;75 }76 77 /* Japanese */78 html[lang="ja"] .wp-block * {79 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;80 }81 82 /* Korean */83 html[lang="ko-KR"] .wp-block * {84 font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;85 }86 87 /* Thai */88 html[lang="th"] .wp-block * {89 font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;90 }91 92 /* Vietnamese */93 html[lang="vi"] .wp-block * {94 font-family: 'Libre Franklin', sans-serif !important;95 } -
src/wp-content/themes/twentynineteen/style-editor-customizer.scss
1 1 /*! 2 Twenty Nineteen Customizer Styles & Non-latin Font Fallbacks2 Twenty Nineteen Customizer Styles 3 3 4 NOTE: This file is automatically populated with additional styles if the user selects a custom primary color in the customzier. 5 */ 6 7 /** === Includes === */ 8 9 @import "sass/mixins/mixins-master"; 10 11 /** === Non-Latin font fallbacks === */ 12 13 @include non-latin-fonts( '.wp-block' ); 14 No newline at end of file 4 NOTE: This file is automatically populated with styles if the user selects a custom primary color in the customzier. 5 */ 6 No newline at end of file -
src/wp-content/themes/twentynineteen/style-editor.css
18 18 /* If we add the border using a regular CSS border, it won't look good on non-retina devices, 19 19 * since its edges can look jagged due to lack of antialiasing. In this case, we are several 20 20 * layers of box-shadow to add the border visually, which will render the border smoother. */ 21 /* Fallback for non-latin fonts */22 21 /* Calculates maximum width for post content */ 23 22 /* Nested sub-menu padding: 10 levels deep */ 23 /* Ensure all font family declarations come with non-latin fallbacks */ 24 /* Build our non-latin font styles */ 25 body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), h1:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 26 h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 27 h3:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 28 h4:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 29 h5:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 30 h6:lang(ar, ary, azb, ckb, fa-IR, haz, ps), figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 31 .gallery-caption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .editor-post-title__block .editor-post-title__input:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .editor-default-block-appender .editor-default-block-appender__content:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-paragraph.has-drop-cap:lang(ar, ary, azb, ckb, fa-IR, haz, ps):not(:focus)::first-letter, .wp-block-table:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-cover h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 32 .wp-block-cover .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-button .wp-block-button__link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-quote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 33 .wp-block-quote footer:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 34 .wp-block-quote .wp-block-quote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 35 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 36 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-file:lang(ar, ary, azb, ckb, fa-IR, haz, ps), ul.wp-block-archives li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 37 .wp-block-categories li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 38 .wp-block-latest-posts li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-caption dd:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-block-freeform blockquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps) { 39 font-family: Tahoma, Arial, sans-serif; 40 } 41 42 body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), h1:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 43 h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 44 h3:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 45 h4:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 46 h5:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 47 h6:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 48 .gallery-caption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .editor-post-title__block .editor-post-title__input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .editor-default-block-appender .editor-default-block-appender__content:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-paragraph.has-drop-cap:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk):not(:focus)::first-letter, .wp-block-table:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-cover h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 49 .wp-block-cover .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-button .wp-block-button__link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-quote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 50 .wp-block-quote footer:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 51 .wp-block-quote .wp-block-quote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 52 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 53 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-file:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), ul.wp-block-archives li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 54 .wp-block-categories li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 55 .wp-block-latest-posts li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-caption dd:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-block-freeform blockquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk) { 56 font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; 57 } 58 59 body:lang(zh-HK), h1:lang(zh-HK), 60 h2:lang(zh-HK), 61 h3:lang(zh-HK), 62 h4:lang(zh-HK), 63 h5:lang(zh-HK), 64 h6:lang(zh-HK), figcaption:lang(zh-HK), 65 .gallery-caption:lang(zh-HK), .editor-post-title__block .editor-post-title__input:lang(zh-HK), .editor-default-block-appender .editor-default-block-appender__content:lang(zh-HK), .wp-block-paragraph.has-drop-cap:lang(zh-HK):not(:focus)::first-letter, .wp-block-table:lang(zh-HK), .wp-block-cover h2:lang(zh-HK), 66 .wp-block-cover .wp-block-cover-text:lang(zh-HK), .wp-block-button .wp-block-button__link:lang(zh-HK), .wp-block-quote cite:lang(zh-HK), 67 .wp-block-quote footer:lang(zh-HK), 68 .wp-block-quote .wp-block-quote__citation:lang(zh-HK), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-HK), 69 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-HK), 70 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-HK), .wp-block-file:lang(zh-HK), ul.wp-block-archives li:lang(zh-HK), 71 .wp-block-categories li:lang(zh-HK), 72 .wp-block-latest-posts li:lang(zh-HK), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption dd:lang(zh-HK), .wp-block-freeform blockquote cite:lang(zh-HK) { 73 font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 74 } 75 76 body:lang(zh-TW), h1:lang(zh-TW), 77 h2:lang(zh-TW), 78 h3:lang(zh-TW), 79 h4:lang(zh-TW), 80 h5:lang(zh-TW), 81 h6:lang(zh-TW), figcaption:lang(zh-TW), 82 .gallery-caption:lang(zh-TW), .editor-post-title__block .editor-post-title__input:lang(zh-TW), .editor-default-block-appender .editor-default-block-appender__content:lang(zh-TW), .wp-block-paragraph.has-drop-cap:lang(zh-TW):not(:focus)::first-letter, .wp-block-table:lang(zh-TW), .wp-block-cover h2:lang(zh-TW), 83 .wp-block-cover .wp-block-cover-text:lang(zh-TW), .wp-block-button .wp-block-button__link:lang(zh-TW), .wp-block-quote cite:lang(zh-TW), 84 .wp-block-quote footer:lang(zh-TW), 85 .wp-block-quote .wp-block-quote__citation:lang(zh-TW), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-TW), 86 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-TW), 87 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-TW), .wp-block-file:lang(zh-TW), ul.wp-block-archives li:lang(zh-TW), 88 .wp-block-categories li:lang(zh-TW), 89 .wp-block-latest-posts li:lang(zh-TW), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption dd:lang(zh-TW), .wp-block-freeform blockquote cite:lang(zh-TW) { 90 font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 91 } 92 93 body:lang(zh-CN), h1:lang(zh-CN), 94 h2:lang(zh-CN), 95 h3:lang(zh-CN), 96 h4:lang(zh-CN), 97 h5:lang(zh-CN), 98 h6:lang(zh-CN), figcaption:lang(zh-CN), 99 .gallery-caption:lang(zh-CN), .editor-post-title__block .editor-post-title__input:lang(zh-CN), .editor-default-block-appender .editor-default-block-appender__content:lang(zh-CN), .wp-block-paragraph.has-drop-cap:lang(zh-CN):not(:focus)::first-letter, .wp-block-table:lang(zh-CN), .wp-block-cover h2:lang(zh-CN), 100 .wp-block-cover .wp-block-cover-text:lang(zh-CN), .wp-block-button .wp-block-button__link:lang(zh-CN), .wp-block-quote cite:lang(zh-CN), 101 .wp-block-quote footer:lang(zh-CN), 102 .wp-block-quote .wp-block-quote__citation:lang(zh-CN), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(zh-CN), 103 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(zh-CN), 104 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(zh-CN), .wp-block-file:lang(zh-CN), ul.wp-block-archives li:lang(zh-CN), 105 .wp-block-categories li:lang(zh-CN), 106 .wp-block-latest-posts li:lang(zh-CN), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption dd:lang(zh-CN), .wp-block-freeform blockquote cite:lang(zh-CN) { 107 font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 108 } 109 110 body:lang(bn-BD, hi-IN, mr, ne-NP), h1:lang(bn-BD, hi-IN, mr, ne-NP), 111 h2:lang(bn-BD, hi-IN, mr, ne-NP), 112 h3:lang(bn-BD, hi-IN, mr, ne-NP), 113 h4:lang(bn-BD, hi-IN, mr, ne-NP), 114 h5:lang(bn-BD, hi-IN, mr, ne-NP), 115 h6:lang(bn-BD, hi-IN, mr, ne-NP), figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 116 .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), 117 .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), 118 .wp-block-quote footer:lang(bn-BD, hi-IN, mr, ne-NP), 119 .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), 120 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(bn-BD, hi-IN, mr, ne-NP), 121 .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), 122 .wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP), 123 .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) { 124 font-family: Arial, sans-serif; 125 } 126 127 body:lang(el), h1:lang(el), 128 h2:lang(el), 129 h3:lang(el), 130 h4:lang(el), 131 h5:lang(el), 132 h6:lang(el), figcaption:lang(el), 133 .gallery-caption:lang(el), .editor-post-title__block .editor-post-title__input:lang(el), .editor-default-block-appender .editor-default-block-appender__content:lang(el), .wp-block-paragraph.has-drop-cap:lang(el):not(:focus)::first-letter, .wp-block-table:lang(el), .wp-block-cover h2:lang(el), 134 .wp-block-cover .wp-block-cover-text:lang(el), .wp-block-button .wp-block-button__link:lang(el), .wp-block-quote cite:lang(el), 135 .wp-block-quote footer:lang(el), 136 .wp-block-quote .wp-block-quote__citation:lang(el), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(el), 137 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(el), 138 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(el), .wp-block-file:lang(el), ul.wp-block-archives li:lang(el), 139 .wp-block-categories li:lang(el), 140 .wp-block-latest-posts li:lang(el), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption dd:lang(el), .wp-block-freeform blockquote cite:lang(el) { 141 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 142 } 143 144 body:lang(gu), h1:lang(gu), 145 h2:lang(gu), 146 h3:lang(gu), 147 h4:lang(gu), 148 h5:lang(gu), 149 h6:lang(gu), figcaption:lang(gu), 150 .gallery-caption:lang(gu), .editor-post-title__block .editor-post-title__input:lang(gu), .editor-default-block-appender .editor-default-block-appender__content:lang(gu), .wp-block-paragraph.has-drop-cap:lang(gu):not(:focus)::first-letter, .wp-block-table:lang(gu), .wp-block-cover h2:lang(gu), 151 .wp-block-cover .wp-block-cover-text:lang(gu), .wp-block-button .wp-block-button__link:lang(gu), .wp-block-quote cite:lang(gu), 152 .wp-block-quote footer:lang(gu), 153 .wp-block-quote .wp-block-quote__citation:lang(gu), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(gu), 154 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(gu), 155 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(gu), .wp-block-file:lang(gu), ul.wp-block-archives li:lang(gu), 156 .wp-block-categories li:lang(gu), 157 .wp-block-latest-posts li:lang(gu), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption dd:lang(gu), .wp-block-freeform blockquote cite:lang(gu) { 158 font-family: Arial, sans-serif; 159 } 160 161 body:lang(he-IL), h1:lang(he-IL), 162 h2:lang(he-IL), 163 h3:lang(he-IL), 164 h4:lang(he-IL), 165 h5:lang(he-IL), 166 h6:lang(he-IL), figcaption:lang(he-IL), 167 .gallery-caption:lang(he-IL), .editor-post-title__block .editor-post-title__input:lang(he-IL), .editor-default-block-appender .editor-default-block-appender__content:lang(he-IL), .wp-block-paragraph.has-drop-cap:lang(he-IL):not(:focus)::first-letter, .wp-block-table:lang(he-IL), .wp-block-cover h2:lang(he-IL), 168 .wp-block-cover .wp-block-cover-text:lang(he-IL), .wp-block-button .wp-block-button__link:lang(he-IL), .wp-block-quote cite:lang(he-IL), 169 .wp-block-quote footer:lang(he-IL), 170 .wp-block-quote .wp-block-quote__citation:lang(he-IL), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(he-IL), 171 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(he-IL), 172 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(he-IL), .wp-block-file:lang(he-IL), ul.wp-block-archives li:lang(he-IL), 173 .wp-block-categories li:lang(he-IL), 174 .wp-block-latest-posts li:lang(he-IL), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption dd:lang(he-IL), .wp-block-freeform blockquote cite:lang(he-IL) { 175 font-family: "Arial Hebrew", Arial, sans-serif; 176 } 177 178 body:lang(ja), h1:lang(ja), 179 h2:lang(ja), 180 h3:lang(ja), 181 h4:lang(ja), 182 h5:lang(ja), 183 h6:lang(ja), figcaption:lang(ja), 184 .gallery-caption:lang(ja), .editor-post-title__block .editor-post-title__input:lang(ja), .editor-default-block-appender .editor-default-block-appender__content:lang(ja), .wp-block-paragraph.has-drop-cap:lang(ja):not(:focus)::first-letter, .wp-block-table:lang(ja), .wp-block-cover h2:lang(ja), 185 .wp-block-cover .wp-block-cover-text:lang(ja), .wp-block-button .wp-block-button__link:lang(ja), .wp-block-quote cite:lang(ja), 186 .wp-block-quote footer:lang(ja), 187 .wp-block-quote .wp-block-quote__citation:lang(ja), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ja), 188 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ja), 189 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ja), .wp-block-file:lang(ja), ul.wp-block-archives li:lang(ja), 190 .wp-block-categories li:lang(ja), 191 .wp-block-latest-posts li:lang(ja), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption dd:lang(ja), .wp-block-freeform blockquote cite:lang(ja) { 192 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif; 193 } 194 195 body:lang(ko-KR), h1:lang(ko-KR), 196 h2:lang(ko-KR), 197 h3:lang(ko-KR), 198 h4:lang(ko-KR), 199 h5:lang(ko-KR), 200 h6:lang(ko-KR), figcaption:lang(ko-KR), 201 .gallery-caption:lang(ko-KR), .editor-post-title__block .editor-post-title__input:lang(ko-KR), .editor-default-block-appender .editor-default-block-appender__content:lang(ko-KR), .wp-block-paragraph.has-drop-cap:lang(ko-KR):not(:focus)::first-letter, .wp-block-table:lang(ko-KR), .wp-block-cover h2:lang(ko-KR), 202 .wp-block-cover .wp-block-cover-text:lang(ko-KR), .wp-block-button .wp-block-button__link:lang(ko-KR), .wp-block-quote cite:lang(ko-KR), 203 .wp-block-quote footer:lang(ko-KR), 204 .wp-block-quote .wp-block-quote__citation:lang(ko-KR), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(ko-KR), 205 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(ko-KR), 206 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(ko-KR), .wp-block-file:lang(ko-KR), ul.wp-block-archives li:lang(ko-KR), 207 .wp-block-categories li:lang(ko-KR), 208 .wp-block-latest-posts li:lang(ko-KR), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption dd:lang(ko-KR), .wp-block-freeform blockquote cite:lang(ko-KR) { 209 font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif; 210 } 211 212 body:lang(th), h1:lang(th), 213 h2:lang(th), 214 h3:lang(th), 215 h4:lang(th), 216 h5:lang(th), 217 h6:lang(th), figcaption:lang(th), 218 .gallery-caption:lang(th), .editor-post-title__block .editor-post-title__input:lang(th), .editor-default-block-appender .editor-default-block-appender__content:lang(th), .wp-block-paragraph.has-drop-cap:lang(th):not(:focus)::first-letter, .wp-block-table:lang(th), .wp-block-cover h2:lang(th), 219 .wp-block-cover .wp-block-cover-text:lang(th), .wp-block-button .wp-block-button__link:lang(th), .wp-block-quote cite:lang(th), 220 .wp-block-quote footer:lang(th), 221 .wp-block-quote .wp-block-quote__citation:lang(th), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(th), 222 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(th), 223 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(th), .wp-block-file:lang(th), ul.wp-block-archives li:lang(th), 224 .wp-block-categories li:lang(th), 225 .wp-block-latest-posts li:lang(th), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption dd:lang(th), .wp-block-freeform blockquote cite:lang(th) { 226 font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif; 227 } 228 229 body:lang(vi), h1:lang(vi), 230 h2:lang(vi), 231 h3:lang(vi), 232 h4:lang(vi), 233 h5:lang(vi), 234 h6:lang(vi), figcaption:lang(vi), 235 .gallery-caption:lang(vi), .editor-post-title__block .editor-post-title__input:lang(vi), .editor-default-block-appender .editor-default-block-appender__content:lang(vi), .wp-block-paragraph.has-drop-cap:lang(vi):not(:focus)::first-letter, .wp-block-table:lang(vi), .wp-block-cover h2:lang(vi), 236 .wp-block-cover .wp-block-cover-text:lang(vi), .wp-block-button .wp-block-button__link:lang(vi), .wp-block-quote cite:lang(vi), 237 .wp-block-quote footer:lang(vi), 238 .wp-block-quote .wp-block-quote__citation:lang(vi), .wp-block[data-type="core/pullquote"] .wp-block-pullquote__citation:lang(vi), 239 .wp-block[data-type="core/pullquote"][data-align="left"] .wp-block-pullquote__citation:lang(vi), 240 .wp-block[data-type="core/pullquote"][data-align="right"] .wp-block-pullquote__citation:lang(vi), .wp-block-file:lang(vi), ul.wp-block-archives li:lang(vi), 241 .wp-block-categories li:lang(vi), 242 .wp-block-latest-posts li:lang(vi), .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption dd:lang(vi), .wp-block-freeform blockquote cite:lang(vi) { 243 font-family: "Libre Franklin", sans-serif; 244 } 245 24 246 /** === Editor Frame === */ 25 247 body .wp-block[data-align="full"] { 26 248 width: 100%; … … 764 986 line-height: 1.6; 765 987 color: #767676; 766 988 } 767 768 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */769 .wp-block[data-type="core/freeform"] .mce-btn i {770 font-family: dashicons !important;771 } -
src/wp-content/themes/twentynineteen/style-editor.scss
78 78 79 79 body { 80 80 font-size: $font__size_base; 81 font-family: $font__body;81 @include font-family( $font__body ); 82 82 line-height: $font__line-height-body; 83 83 color: $color__text-main; 84 84 } … … 93 93 h4, 94 94 h5, 95 95 h6 { 96 font-family: $font__heading;96 @include font-family( $font__heading ); 97 97 font-weight: 700; 98 98 } 99 99 … … 189 189 190 190 figcaption, 191 191 .gallery-caption { 192 font-family: $font__heading;192 @include font-family( $font__heading ); 193 193 font-size: $font__size-xs; 194 194 line-height: 1.6; 195 195 color: $color__text-light; … … 210 210 } 211 211 212 212 .editor-post-title__input { 213 font-family: $font__heading;213 @include font-family( $font__heading ); 214 214 font-size: $font__size-xxl; 215 215 font-weight: 700; 216 216 } … … 219 219 /** === Default Appender === */ 220 220 221 221 .editor-default-block-appender .editor-default-block-appender__content { 222 font-family: $font__body;222 @include font-family( $font__body ); 223 223 font-size: $font__size_base; 224 224 } 225 225 … … 235 235 .wp-block-paragraph { 236 236 237 237 &.has-drop-cap:not(:focus)::first-letter { 238 font-family: $font__heading;238 @include font-family( $font__heading ); 239 239 font-size: $font__size-xxxl; 240 240 line-height: 1; 241 241 font-weight: bold; … … 246 246 /** === Table === */ 247 247 248 248 .wp-block-table { 249 font-family: $font__heading;249 @include font-family( $font__heading ); 250 250 } 251 251 252 252 /** === Cover === */ … … 255 255 256 256 h2, 257 257 .wp-block-cover-text { 258 font-family: $font__heading;258 @include font-family( $font__heading ); 259 259 font-size: $font__size-lg; 260 260 font-weight: bold; 261 261 line-height: 1.4; … … 356 356 357 357 .wp-block-button__link { 358 358 line-height: 1.8; 359 font-family: $font__heading;359 @include font-family( $font__heading ); 360 360 font-size: $font__size-sm; 361 361 font-weight: bold; 362 362 } … … 411 411 cite, 412 412 footer, 413 413 .wp-block-quote__citation { 414 font-family: $font__heading;414 @include font-family( $font__heading ); 415 415 font-size: $font__size-xs; 416 416 line-height: 1.6; 417 417 color: $color__text-light; … … 482 482 } 483 483 484 484 .wp-block-pullquote__citation { 485 font-family: $font__heading;485 @include font-family( $font__heading ); 486 486 font-size: $font__size-xs; 487 487 line-height: 1.6; 488 488 text-transform: none; … … 531 531 /** === File === */ 532 532 533 533 .wp-block-file { 534 font-family: $font__heading;534 @include font-family( $font__heading ); 535 535 536 536 .wp-block-file__textlink { 537 537 text-decoration: underline; … … 625 625 626 626 li { 627 627 color: $color__text-light; 628 font-family: $font__heading;628 @include font-family( $font__heading ); 629 629 font-size: calc(#{$font__size_base} * #{$font__size-ratio}); 630 630 font-weight: bold; 631 631 line-height: $font__line-height-heading; … … 686 686 .wp-block-latest-comments { 687 687 688 688 .wp-block-latest-comments__comment-meta { 689 font-family: $font__heading;689 @include font-family( $font__heading ); 690 690 font-weight: bold; 691 691 692 692 .wp-block-latest-comments__comment-date { … … 712 712 dd { 713 713 color: $color__text-light; 714 714 font-size: $font__size-xs; 715 font-family: $font__heading;715 @include font-family( $font__heading ); 716 716 line-height: $font__line-height-pre; 717 717 margin: 0; 718 718 padding: ( $size__spacing-unit * .5 ); … … 730 730 border-left: 2px solid $color__link; 731 731 732 732 cite { 733 font-family: $font__heading;733 @include font-family( $font__heading ); 734 734 font-size: $font__size-xs; 735 735 font-style: normal; 736 736 line-height: 1.6; … … 738 738 } 739 739 } 740 740 } 741 742 /* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */743 .wp-block[data-type="core/freeform"] .mce-btn i {744 font-family: dashicons !important;745 } -
src/wp-content/themes/twentynineteen/style-rtl.css
6 6 Author URI: https://wordpress.org/ 7 7 Description: A new Gutenberg-ready theme. 8 8 Requires at least: WordPress 4.9.6 9 Version: 1. 09 Version: 1.1 10 10 License: GNU General Public License v2 or later 11 11 License URI: LICENSE 12 12 Text Domain: twentynineteen … … 68 68 /* If we add the border using a regular CSS border, it won't look good on non-retina devices, 69 69 * since its edges can look jagged due to lack of antialiasing. In this case, we are several 70 70 * layers of box-shadow to add the border visually, which will render the border smoother. */ 71 /* Fallback for non-latin fonts */72 71 /* Calculates maximum width for post content */ 73 72 /* Nested sub-menu padding: 10 levels deep */ 73 /* Ensure all font family declarations come with non-latin fallbacks */ 74 /* Build our non-latin font styles */ 75 body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 76 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 77 select:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 78 optgroup:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 79 textarea:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .author-description .author-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 80 .comment-metadata:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 81 .comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 82 .comments-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 83 .comment-author .fn:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 84 .discussion-meta-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 85 .entry-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 86 .entry-footer:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 87 .main-navigation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 88 .no-comments:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 89 .not-found .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 90 .error-404 .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 91 .post-navigation .post-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 92 .page-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 93 .page-description:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 94 .pagination .nav-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 95 .sticky-post:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 96 .site-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 97 .site-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 98 #cancel-comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 99 h1:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 100 h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 101 h3:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 102 h4:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 103 h5:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 104 h6:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), blockquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), table:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 105 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="button"], 106 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="reset"], 107 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="submit"], .comment-navigation .nav-previous:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 108 .comment-navigation .nav-next:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 109 .comment-list .trackback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 110 .comment-list .trackback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-form .comment-notes:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 111 .comment-form label:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_archive ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 112 .widget_categories ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 113 .widget_meta ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 114 .widget_nav_menu ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 115 .widget_pages ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 116 .widget_recent_comments ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 117 .widget_recent_entries ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 118 .widget_rss ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_tag_cloud .tagcloud:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-archives li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 119 .entry .entry-content .wp-block-categories li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 120 .entry .entry-content .wp-block-latest-posts li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-verse:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .has-drop-cap:lang(ar, ary, azb, ckb, fa-IR, haz, ps):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 121 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 122 .entry .entry-content .wp-block-cover-image h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 123 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 124 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 125 .entry .entry-content .wp-block-cover h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-audio figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 126 .entry .entry-content .wp-block-video figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 127 .entry .entry-content .wp-block-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 128 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 129 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-caption-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .gallery-caption:lang(ar, ary, azb, ckb, fa-IR, haz, ps) { 130 font-family: Tahoma, Arial, sans-serif; 131 } 132 133 body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 134 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 135 select:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 136 optgroup:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 137 textarea:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .author-description .author-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 138 .comment-metadata:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 139 .comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 140 .comments-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 141 .comment-author .fn:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 142 .discussion-meta-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 143 .entry-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 144 .entry-footer:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 145 .main-navigation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 146 .no-comments:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 147 .not-found .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 148 .error-404 .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 149 .post-navigation .post-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 150 .page-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 151 .page-description:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 152 .pagination .nav-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 153 .sticky-post:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 154 .site-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 155 .site-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 156 #cancel-comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 157 h1:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 158 h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 159 h3:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 160 h4:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 161 h5:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 162 h6:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), blockquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), table:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 163 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="button"], 164 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="reset"], 165 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="submit"], .comment-navigation .nav-previous:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 166 .comment-navigation .nav-next:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 167 .comment-list .trackback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 168 .comment-list .trackback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-form .comment-notes:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 169 .comment-form label:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_archive ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 170 .widget_categories ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 171 .widget_meta ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 172 .widget_nav_menu ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 173 .widget_pages ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 174 .widget_recent_comments ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 175 .widget_recent_entries ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 176 .widget_rss ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_tag_cloud .tagcloud:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-archives li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 177 .entry .entry-content .wp-block-categories li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 178 .entry .entry-content .wp-block-latest-posts li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-verse:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .has-drop-cap:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 179 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 180 .entry .entry-content .wp-block-cover-image h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 181 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 182 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 183 .entry .entry-content .wp-block-cover h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-audio figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 184 .entry .entry-content .wp-block-video figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 185 .entry .entry-content .wp-block-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 186 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 187 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file .wp-block-file__button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-caption-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .gallery-caption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk) { 188 font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; 189 } 190 191 body:lang(zh-HK), button:lang(zh-HK), 192 input:lang(zh-HK), 193 select:lang(zh-HK), 194 optgroup:lang(zh-HK), 195 textarea:lang(zh-HK), .author-description .author-link:lang(zh-HK), 196 .comment-metadata:lang(zh-HK), 197 .comment-reply-link:lang(zh-HK), 198 .comments-title:lang(zh-HK), 199 .comment-author .fn:lang(zh-HK), 200 .discussion-meta-info:lang(zh-HK), 201 .entry-meta:lang(zh-HK), 202 .entry-footer:lang(zh-HK), 203 .main-navigation:lang(zh-HK), 204 .no-comments:lang(zh-HK), 205 .not-found .page-title:lang(zh-HK), 206 .error-404 .page-title:lang(zh-HK), 207 .post-navigation .post-title:lang(zh-HK), 208 .page-links:lang(zh-HK), 209 .page-description:lang(zh-HK), 210 .pagination .nav-links:lang(zh-HK), 211 .sticky-post:lang(zh-HK), 212 .site-title:lang(zh-HK), 213 .site-info:lang(zh-HK), 214 #cancel-comment-reply-link:lang(zh-HK), 215 h1:lang(zh-HK), 216 h2:lang(zh-HK), 217 h3:lang(zh-HK), 218 h4:lang(zh-HK), 219 h5:lang(zh-HK), 220 h6:lang(zh-HK), .page-title:lang(zh-HK), blockquote cite:lang(zh-HK), table:lang(zh-HK), .button:lang(zh-HK), 221 input:lang(zh-HK)[type="button"], 222 input:lang(zh-HK)[type="reset"], 223 input:lang(zh-HK)[type="submit"], .comment-navigation .nav-previous:lang(zh-HK), 224 .comment-navigation .nav-next:lang(zh-HK), .comment-list .pingback .comment-body:lang(zh-HK), 225 .comment-list .trackback .comment-body:lang(zh-HK), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-HK), 226 .comment-list .trackback .comment-body .comment-edit-link:lang(zh-HK), .comment-form .comment-notes:lang(zh-HK), 227 .comment-form label:lang(zh-HK), .widget_archive ul li:lang(zh-HK), 228 .widget_categories ul li:lang(zh-HK), 229 .widget_meta ul li:lang(zh-HK), 230 .widget_nav_menu ul li:lang(zh-HK), 231 .widget_pages ul li:lang(zh-HK), 232 .widget_recent_comments ul li:lang(zh-HK), 233 .widget_recent_entries ul li:lang(zh-HK), 234 .widget_rss ul li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK), .entry .entry-content .wp-block-archives li:lang(zh-HK), 235 .entry .entry-content .wp-block-categories li:lang(zh-HK), 236 .entry .entry-content .wp-block-latest-posts li:lang(zh-HK), .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK), 237 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK), 238 .entry .entry-content .wp-block-cover-image h2:lang(zh-HK), 239 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK), 240 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-HK), 241 .entry .entry-content .wp-block-cover h2:lang(zh-HK), .entry .entry-content .wp-block-audio figcaption:lang(zh-HK), 242 .entry .entry-content .wp-block-video figcaption:lang(zh-HK), 243 .entry .entry-content .wp-block-image figcaption:lang(zh-HK), 244 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-HK), 245 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-HK), .entry .entry-content .wp-block-file:lang(zh-HK), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-HK), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption-text:lang(zh-HK), .gallery-caption:lang(zh-HK) { 246 font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 247 } 248 249 body:lang(zh-TW), button:lang(zh-TW), 250 input:lang(zh-TW), 251 select:lang(zh-TW), 252 optgroup:lang(zh-TW), 253 textarea:lang(zh-TW), .author-description .author-link:lang(zh-TW), 254 .comment-metadata:lang(zh-TW), 255 .comment-reply-link:lang(zh-TW), 256 .comments-title:lang(zh-TW), 257 .comment-author .fn:lang(zh-TW), 258 .discussion-meta-info:lang(zh-TW), 259 .entry-meta:lang(zh-TW), 260 .entry-footer:lang(zh-TW), 261 .main-navigation:lang(zh-TW), 262 .no-comments:lang(zh-TW), 263 .not-found .page-title:lang(zh-TW), 264 .error-404 .page-title:lang(zh-TW), 265 .post-navigation .post-title:lang(zh-TW), 266 .page-links:lang(zh-TW), 267 .page-description:lang(zh-TW), 268 .pagination .nav-links:lang(zh-TW), 269 .sticky-post:lang(zh-TW), 270 .site-title:lang(zh-TW), 271 .site-info:lang(zh-TW), 272 #cancel-comment-reply-link:lang(zh-TW), 273 h1:lang(zh-TW), 274 h2:lang(zh-TW), 275 h3:lang(zh-TW), 276 h4:lang(zh-TW), 277 h5:lang(zh-TW), 278 h6:lang(zh-TW), .page-title:lang(zh-TW), blockquote cite:lang(zh-TW), table:lang(zh-TW), .button:lang(zh-TW), 279 input:lang(zh-TW)[type="button"], 280 input:lang(zh-TW)[type="reset"], 281 input:lang(zh-TW)[type="submit"], .comment-navigation .nav-previous:lang(zh-TW), 282 .comment-navigation .nav-next:lang(zh-TW), .comment-list .pingback .comment-body:lang(zh-TW), 283 .comment-list .trackback .comment-body:lang(zh-TW), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-TW), 284 .comment-list .trackback .comment-body .comment-edit-link:lang(zh-TW), .comment-form .comment-notes:lang(zh-TW), 285 .comment-form label:lang(zh-TW), .widget_archive ul li:lang(zh-TW), 286 .widget_categories ul li:lang(zh-TW), 287 .widget_meta ul li:lang(zh-TW), 288 .widget_nav_menu ul li:lang(zh-TW), 289 .widget_pages ul li:lang(zh-TW), 290 .widget_recent_comments ul li:lang(zh-TW), 291 .widget_recent_entries ul li:lang(zh-TW), 292 .widget_rss ul li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW), .entry .entry-content .wp-block-archives li:lang(zh-TW), 293 .entry .entry-content .wp-block-categories li:lang(zh-TW), 294 .entry .entry-content .wp-block-latest-posts li:lang(zh-TW), .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW), 295 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW), 296 .entry .entry-content .wp-block-cover-image h2:lang(zh-TW), 297 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW), 298 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-TW), 299 .entry .entry-content .wp-block-cover h2:lang(zh-TW), .entry .entry-content .wp-block-audio figcaption:lang(zh-TW), 300 .entry .entry-content .wp-block-video figcaption:lang(zh-TW), 301 .entry .entry-content .wp-block-image figcaption:lang(zh-TW), 302 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-TW), 303 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-TW), .entry .entry-content .wp-block-file:lang(zh-TW), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-TW), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption-text:lang(zh-TW), .gallery-caption:lang(zh-TW) { 304 font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 305 } 306 307 body:lang(zh-CN), button:lang(zh-CN), 308 input:lang(zh-CN), 309 select:lang(zh-CN), 310 optgroup:lang(zh-CN), 311 textarea:lang(zh-CN), .author-description .author-link:lang(zh-CN), 312 .comment-metadata:lang(zh-CN), 313 .comment-reply-link:lang(zh-CN), 314 .comments-title:lang(zh-CN), 315 .comment-author .fn:lang(zh-CN), 316 .discussion-meta-info:lang(zh-CN), 317 .entry-meta:lang(zh-CN), 318 .entry-footer:lang(zh-CN), 319 .main-navigation:lang(zh-CN), 320 .no-comments:lang(zh-CN), 321 .not-found .page-title:lang(zh-CN), 322 .error-404 .page-title:lang(zh-CN), 323 .post-navigation .post-title:lang(zh-CN), 324 .page-links:lang(zh-CN), 325 .page-description:lang(zh-CN), 326 .pagination .nav-links:lang(zh-CN), 327 .sticky-post:lang(zh-CN), 328 .site-title:lang(zh-CN), 329 .site-info:lang(zh-CN), 330 #cancel-comment-reply-link:lang(zh-CN), 331 h1:lang(zh-CN), 332 h2:lang(zh-CN), 333 h3:lang(zh-CN), 334 h4:lang(zh-CN), 335 h5:lang(zh-CN), 336 h6:lang(zh-CN), .page-title:lang(zh-CN), blockquote cite:lang(zh-CN), table:lang(zh-CN), .button:lang(zh-CN), 337 input:lang(zh-CN)[type="button"], 338 input:lang(zh-CN)[type="reset"], 339 input:lang(zh-CN)[type="submit"], .comment-navigation .nav-previous:lang(zh-CN), 340 .comment-navigation .nav-next:lang(zh-CN), .comment-list .pingback .comment-body:lang(zh-CN), 341 .comment-list .trackback .comment-body:lang(zh-CN), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-CN), 342 .comment-list .trackback .comment-body .comment-edit-link:lang(zh-CN), .comment-form .comment-notes:lang(zh-CN), 343 .comment-form label:lang(zh-CN), .widget_archive ul li:lang(zh-CN), 344 .widget_categories ul li:lang(zh-CN), 345 .widget_meta ul li:lang(zh-CN), 346 .widget_nav_menu ul li:lang(zh-CN), 347 .widget_pages ul li:lang(zh-CN), 348 .widget_recent_comments ul li:lang(zh-CN), 349 .widget_recent_entries ul li:lang(zh-CN), 350 .widget_rss ul li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN), .entry .entry-content .wp-block-archives li:lang(zh-CN), 351 .entry .entry-content .wp-block-categories li:lang(zh-CN), 352 .entry .entry-content .wp-block-latest-posts li:lang(zh-CN), .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN), 353 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN), 354 .entry .entry-content .wp-block-cover-image h2:lang(zh-CN), 355 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN), 356 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-CN), 357 .entry .entry-content .wp-block-cover h2:lang(zh-CN), .entry .entry-content .wp-block-audio figcaption:lang(zh-CN), 358 .entry .entry-content .wp-block-video figcaption:lang(zh-CN), 359 .entry .entry-content .wp-block-image figcaption:lang(zh-CN), 360 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-CN), 361 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-CN), .entry .entry-content .wp-block-file:lang(zh-CN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-CN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption-text:lang(zh-CN), .gallery-caption:lang(zh-CN) { 362 font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 363 } 364 365 body:lang(bn-BD, hi-IN, mr, ne-NP), button:lang(bn-BD, hi-IN, mr, ne-NP), 366 input:lang(bn-BD, hi-IN, mr, ne-NP), 367 select:lang(bn-BD, hi-IN, mr, ne-NP), 368 optgroup:lang(bn-BD, hi-IN, mr, ne-NP), 369 textarea:lang(bn-BD, hi-IN, mr, ne-NP), .author-description .author-link:lang(bn-BD, hi-IN, mr, ne-NP), 370 .comment-metadata:lang(bn-BD, hi-IN, mr, ne-NP), 371 .comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP), 372 .comments-title:lang(bn-BD, hi-IN, mr, ne-NP), 373 .comment-author .fn:lang(bn-BD, hi-IN, mr, ne-NP), 374 .discussion-meta-info:lang(bn-BD, hi-IN, mr, ne-NP), 375 .entry-meta:lang(bn-BD, hi-IN, mr, ne-NP), 376 .entry-footer:lang(bn-BD, hi-IN, mr, ne-NP), 377 .main-navigation:lang(bn-BD, hi-IN, mr, ne-NP), 378 .no-comments:lang(bn-BD, hi-IN, mr, ne-NP), 379 .not-found .page-title:lang(bn-BD, hi-IN, mr, ne-NP), 380 .error-404 .page-title:lang(bn-BD, hi-IN, mr, ne-NP), 381 .post-navigation .post-title:lang(bn-BD, hi-IN, mr, ne-NP), 382 .page-links:lang(bn-BD, hi-IN, mr, ne-NP), 383 .page-description:lang(bn-BD, hi-IN, mr, ne-NP), 384 .pagination .nav-links:lang(bn-BD, hi-IN, mr, ne-NP), 385 .sticky-post:lang(bn-BD, hi-IN, mr, ne-NP), 386 .site-title:lang(bn-BD, hi-IN, mr, ne-NP), 387 .site-info:lang(bn-BD, hi-IN, mr, ne-NP), 388 #cancel-comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP), 389 h1:lang(bn-BD, hi-IN, mr, ne-NP), 390 h2:lang(bn-BD, hi-IN, mr, ne-NP), 391 h3:lang(bn-BD, hi-IN, mr, ne-NP), 392 h4:lang(bn-BD, hi-IN, mr, ne-NP), 393 h5:lang(bn-BD, hi-IN, mr, ne-NP), 394 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), 395 input:lang(bn-BD, hi-IN, mr, ne-NP)[type="button"], 396 input:lang(bn-BD, hi-IN, mr, ne-NP)[type="reset"], 397 input:lang(bn-BD, hi-IN, mr, ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD, hi-IN, mr, ne-NP), 398 .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), 399 .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), 400 .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), 401 .comment-form label:lang(bn-BD, hi-IN, mr, ne-NP), .widget_archive ul li:lang(bn-BD, hi-IN, mr, ne-NP), 402 .widget_categories ul li:lang(bn-BD, hi-IN, mr, ne-NP), 403 .widget_meta ul li:lang(bn-BD, hi-IN, mr, ne-NP), 404 .widget_nav_menu ul li:lang(bn-BD, hi-IN, mr, ne-NP), 405 .widget_pages ul li:lang(bn-BD, hi-IN, mr, ne-NP), 406 .widget_recent_comments ul li:lang(bn-BD, hi-IN, mr, ne-NP), 407 .widget_recent_entries ul li:lang(bn-BD, hi-IN, mr, ne-NP), 408 .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), 409 .entry .entry-content .wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP), 410 .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), 411 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP), 412 .entry .entry-content .wp-block-cover-image h2:lang(bn-BD, hi-IN, mr, ne-NP), 413 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP), 414 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP), 415 .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), 416 .entry .entry-content .wp-block-video figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 417 .entry .entry-content .wp-block-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 418 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 419 .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) { 420 font-family: Arial, sans-serif; 421 } 422 423 body:lang(el), button:lang(el), 424 input:lang(el), 425 select:lang(el), 426 optgroup:lang(el), 427 textarea:lang(el), .author-description .author-link:lang(el), 428 .comment-metadata:lang(el), 429 .comment-reply-link:lang(el), 430 .comments-title:lang(el), 431 .comment-author .fn:lang(el), 432 .discussion-meta-info:lang(el), 433 .entry-meta:lang(el), 434 .entry-footer:lang(el), 435 .main-navigation:lang(el), 436 .no-comments:lang(el), 437 .not-found .page-title:lang(el), 438 .error-404 .page-title:lang(el), 439 .post-navigation .post-title:lang(el), 440 .page-links:lang(el), 441 .page-description:lang(el), 442 .pagination .nav-links:lang(el), 443 .sticky-post:lang(el), 444 .site-title:lang(el), 445 .site-info:lang(el), 446 #cancel-comment-reply-link:lang(el), 447 h1:lang(el), 448 h2:lang(el), 449 h3:lang(el), 450 h4:lang(el), 451 h5:lang(el), 452 h6:lang(el), .page-title:lang(el), blockquote cite:lang(el), table:lang(el), .button:lang(el), 453 input:lang(el)[type="button"], 454 input:lang(el)[type="reset"], 455 input:lang(el)[type="submit"], .comment-navigation .nav-previous:lang(el), 456 .comment-navigation .nav-next:lang(el), .comment-list .pingback .comment-body:lang(el), 457 .comment-list .trackback .comment-body:lang(el), .comment-list .pingback .comment-body .comment-edit-link:lang(el), 458 .comment-list .trackback .comment-body .comment-edit-link:lang(el), .comment-form .comment-notes:lang(el), 459 .comment-form label:lang(el), .widget_archive ul li:lang(el), 460 .widget_categories ul li:lang(el), 461 .widget_meta ul li:lang(el), 462 .widget_nav_menu ul li:lang(el), 463 .widget_pages ul li:lang(el), 464 .widget_recent_comments ul li:lang(el), 465 .widget_recent_entries ul li:lang(el), 466 .widget_rss ul li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .entry .entry-content .wp-block-button .wp-block-button__link:lang(el), .entry .entry-content .wp-block-archives li:lang(el), 467 .entry .entry-content .wp-block-categories li:lang(el), 468 .entry .entry-content .wp-block-latest-posts li:lang(el), .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el), 469 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el), 470 .entry .entry-content .wp-block-cover-image h2:lang(el), 471 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el), 472 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(el), 473 .entry .entry-content .wp-block-cover h2:lang(el), .entry .entry-content .wp-block-audio figcaption:lang(el), 474 .entry .entry-content .wp-block-video figcaption:lang(el), 475 .entry .entry-content .wp-block-image figcaption:lang(el), 476 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(el), 477 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(el), .entry .entry-content .wp-block-file:lang(el), .entry .entry-content .wp-block-file .wp-block-file__button:lang(el), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption-text:lang(el), .gallery-caption:lang(el) { 478 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 479 } 480 481 body:lang(gu), button:lang(gu), 482 input:lang(gu), 483 select:lang(gu), 484 optgroup:lang(gu), 485 textarea:lang(gu), .author-description .author-link:lang(gu), 486 .comment-metadata:lang(gu), 487 .comment-reply-link:lang(gu), 488 .comments-title:lang(gu), 489 .comment-author .fn:lang(gu), 490 .discussion-meta-info:lang(gu), 491 .entry-meta:lang(gu), 492 .entry-footer:lang(gu), 493 .main-navigation:lang(gu), 494 .no-comments:lang(gu), 495 .not-found .page-title:lang(gu), 496 .error-404 .page-title:lang(gu), 497 .post-navigation .post-title:lang(gu), 498 .page-links:lang(gu), 499 .page-description:lang(gu), 500 .pagination .nav-links:lang(gu), 501 .sticky-post:lang(gu), 502 .site-title:lang(gu), 503 .site-info:lang(gu), 504 #cancel-comment-reply-link:lang(gu), 505 h1:lang(gu), 506 h2:lang(gu), 507 h3:lang(gu), 508 h4:lang(gu), 509 h5:lang(gu), 510 h6:lang(gu), .page-title:lang(gu), blockquote cite:lang(gu), table:lang(gu), .button:lang(gu), 511 input:lang(gu)[type="button"], 512 input:lang(gu)[type="reset"], 513 input:lang(gu)[type="submit"], .comment-navigation .nav-previous:lang(gu), 514 .comment-navigation .nav-next:lang(gu), .comment-list .pingback .comment-body:lang(gu), 515 .comment-list .trackback .comment-body:lang(gu), .comment-list .pingback .comment-body .comment-edit-link:lang(gu), 516 .comment-list .trackback .comment-body .comment-edit-link:lang(gu), .comment-form .comment-notes:lang(gu), 517 .comment-form label:lang(gu), .widget_archive ul li:lang(gu), 518 .widget_categories ul li:lang(gu), 519 .widget_meta ul li:lang(gu), 520 .widget_nav_menu ul li:lang(gu), 521 .widget_pages ul li:lang(gu), 522 .widget_recent_comments ul li:lang(gu), 523 .widget_recent_entries ul li:lang(gu), 524 .widget_rss ul li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .entry .entry-content .wp-block-button .wp-block-button__link:lang(gu), .entry .entry-content .wp-block-archives li:lang(gu), 525 .entry .entry-content .wp-block-categories li:lang(gu), 526 .entry .entry-content .wp-block-latest-posts li:lang(gu), .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu), 527 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu), 528 .entry .entry-content .wp-block-cover-image h2:lang(gu), 529 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu), 530 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(gu), 531 .entry .entry-content .wp-block-cover h2:lang(gu), .entry .entry-content .wp-block-audio figcaption:lang(gu), 532 .entry .entry-content .wp-block-video figcaption:lang(gu), 533 .entry .entry-content .wp-block-image figcaption:lang(gu), 534 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(gu), 535 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(gu), .entry .entry-content .wp-block-file:lang(gu), .entry .entry-content .wp-block-file .wp-block-file__button:lang(gu), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption-text:lang(gu), .gallery-caption:lang(gu) { 536 font-family: Arial, sans-serif; 537 } 538 539 body:lang(he-IL), button:lang(he-IL), 540 input:lang(he-IL), 541 select:lang(he-IL), 542 optgroup:lang(he-IL), 543 textarea:lang(he-IL), .author-description .author-link:lang(he-IL), 544 .comment-metadata:lang(he-IL), 545 .comment-reply-link:lang(he-IL), 546 .comments-title:lang(he-IL), 547 .comment-author .fn:lang(he-IL), 548 .discussion-meta-info:lang(he-IL), 549 .entry-meta:lang(he-IL), 550 .entry-footer:lang(he-IL), 551 .main-navigation:lang(he-IL), 552 .no-comments:lang(he-IL), 553 .not-found .page-title:lang(he-IL), 554 .error-404 .page-title:lang(he-IL), 555 .post-navigation .post-title:lang(he-IL), 556 .page-links:lang(he-IL), 557 .page-description:lang(he-IL), 558 .pagination .nav-links:lang(he-IL), 559 .sticky-post:lang(he-IL), 560 .site-title:lang(he-IL), 561 .site-info:lang(he-IL), 562 #cancel-comment-reply-link:lang(he-IL), 563 h1:lang(he-IL), 564 h2:lang(he-IL), 565 h3:lang(he-IL), 566 h4:lang(he-IL), 567 h5:lang(he-IL), 568 h6:lang(he-IL), .page-title:lang(he-IL), blockquote cite:lang(he-IL), table:lang(he-IL), .button:lang(he-IL), 569 input:lang(he-IL)[type="button"], 570 input:lang(he-IL)[type="reset"], 571 input:lang(he-IL)[type="submit"], .comment-navigation .nav-previous:lang(he-IL), 572 .comment-navigation .nav-next:lang(he-IL), .comment-list .pingback .comment-body:lang(he-IL), 573 .comment-list .trackback .comment-body:lang(he-IL), .comment-list .pingback .comment-body .comment-edit-link:lang(he-IL), 574 .comment-list .trackback .comment-body .comment-edit-link:lang(he-IL), .comment-form .comment-notes:lang(he-IL), 575 .comment-form label:lang(he-IL), .widget_archive ul li:lang(he-IL), 576 .widget_categories ul li:lang(he-IL), 577 .widget_meta ul li:lang(he-IL), 578 .widget_nav_menu ul li:lang(he-IL), 579 .widget_pages ul li:lang(he-IL), 580 .widget_recent_comments ul li:lang(he-IL), 581 .widget_recent_entries ul li:lang(he-IL), 582 .widget_rss ul li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL), .entry .entry-content .wp-block-archives li:lang(he-IL), 583 .entry .entry-content .wp-block-categories li:lang(he-IL), 584 .entry .entry-content .wp-block-latest-posts li:lang(he-IL), .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL), 585 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL), 586 .entry .entry-content .wp-block-cover-image h2:lang(he-IL), 587 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL), 588 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(he-IL), 589 .entry .entry-content .wp-block-cover h2:lang(he-IL), .entry .entry-content .wp-block-audio figcaption:lang(he-IL), 590 .entry .entry-content .wp-block-video figcaption:lang(he-IL), 591 .entry .entry-content .wp-block-image figcaption:lang(he-IL), 592 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(he-IL), 593 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(he-IL), .entry .entry-content .wp-block-file:lang(he-IL), .entry .entry-content .wp-block-file .wp-block-file__button:lang(he-IL), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption-text:lang(he-IL), .gallery-caption:lang(he-IL) { 594 font-family: "Arial Hebrew", Arial, sans-serif; 595 } 596 597 body:lang(ja), button:lang(ja), 598 input:lang(ja), 599 select:lang(ja), 600 optgroup:lang(ja), 601 textarea:lang(ja), .author-description .author-link:lang(ja), 602 .comment-metadata:lang(ja), 603 .comment-reply-link:lang(ja), 604 .comments-title:lang(ja), 605 .comment-author .fn:lang(ja), 606 .discussion-meta-info:lang(ja), 607 .entry-meta:lang(ja), 608 .entry-footer:lang(ja), 609 .main-navigation:lang(ja), 610 .no-comments:lang(ja), 611 .not-found .page-title:lang(ja), 612 .error-404 .page-title:lang(ja), 613 .post-navigation .post-title:lang(ja), 614 .page-links:lang(ja), 615 .page-description:lang(ja), 616 .pagination .nav-links:lang(ja), 617 .sticky-post:lang(ja), 618 .site-title:lang(ja), 619 .site-info:lang(ja), 620 #cancel-comment-reply-link:lang(ja), 621 h1:lang(ja), 622 h2:lang(ja), 623 h3:lang(ja), 624 h4:lang(ja), 625 h5:lang(ja), 626 h6:lang(ja), .page-title:lang(ja), blockquote cite:lang(ja), table:lang(ja), .button:lang(ja), 627 input:lang(ja)[type="button"], 628 input:lang(ja)[type="reset"], 629 input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja), 630 .comment-navigation .nav-next:lang(ja), .comment-list .pingback .comment-body:lang(ja), 631 .comment-list .trackback .comment-body:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja), 632 .comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-form .comment-notes:lang(ja), 633 .comment-form label:lang(ja), .widget_archive ul li:lang(ja), 634 .widget_categories ul li:lang(ja), 635 .widget_meta ul li:lang(ja), 636 .widget_nav_menu ul li:lang(ja), 637 .widget_pages ul li:lang(ja), 638 .widget_recent_comments ul li:lang(ja), 639 .widget_recent_entries ul li:lang(ja), 640 .widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja), 641 .entry .entry-content .wp-block-categories li:lang(ja), 642 .entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja), 643 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja), 644 .entry .entry-content .wp-block-cover-image h2:lang(ja), 645 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja), 646 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja), 647 .entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja), 648 .entry .entry-content .wp-block-video figcaption:lang(ja), 649 .entry .entry-content .wp-block-image figcaption:lang(ja), 650 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja), 651 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption-text:lang(ja), .gallery-caption:lang(ja) { 652 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif; 653 } 654 655 body:lang(ko-KR), button:lang(ko-KR), 656 input:lang(ko-KR), 657 select:lang(ko-KR), 658 optgroup:lang(ko-KR), 659 textarea:lang(ko-KR), .author-description .author-link:lang(ko-KR), 660 .comment-metadata:lang(ko-KR), 661 .comment-reply-link:lang(ko-KR), 662 .comments-title:lang(ko-KR), 663 .comment-author .fn:lang(ko-KR), 664 .discussion-meta-info:lang(ko-KR), 665 .entry-meta:lang(ko-KR), 666 .entry-footer:lang(ko-KR), 667 .main-navigation:lang(ko-KR), 668 .no-comments:lang(ko-KR), 669 .not-found .page-title:lang(ko-KR), 670 .error-404 .page-title:lang(ko-KR), 671 .post-navigation .post-title:lang(ko-KR), 672 .page-links:lang(ko-KR), 673 .page-description:lang(ko-KR), 674 .pagination .nav-links:lang(ko-KR), 675 .sticky-post:lang(ko-KR), 676 .site-title:lang(ko-KR), 677 .site-info:lang(ko-KR), 678 #cancel-comment-reply-link:lang(ko-KR), 679 h1:lang(ko-KR), 680 h2:lang(ko-KR), 681 h3:lang(ko-KR), 682 h4:lang(ko-KR), 683 h5:lang(ko-KR), 684 h6:lang(ko-KR), .page-title:lang(ko-KR), blockquote cite:lang(ko-KR), table:lang(ko-KR), .button:lang(ko-KR), 685 input:lang(ko-KR)[type="button"], 686 input:lang(ko-KR)[type="reset"], 687 input:lang(ko-KR)[type="submit"], .comment-navigation .nav-previous:lang(ko-KR), 688 .comment-navigation .nav-next:lang(ko-KR), .comment-list .pingback .comment-body:lang(ko-KR), 689 .comment-list .trackback .comment-body:lang(ko-KR), .comment-list .pingback .comment-body .comment-edit-link:lang(ko-KR), 690 .comment-list .trackback .comment-body .comment-edit-link:lang(ko-KR), .comment-form .comment-notes:lang(ko-KR), 691 .comment-form label:lang(ko-KR), .widget_archive ul li:lang(ko-KR), 692 .widget_categories ul li:lang(ko-KR), 693 .widget_meta ul li:lang(ko-KR), 694 .widget_nav_menu ul li:lang(ko-KR), 695 .widget_pages ul li:lang(ko-KR), 696 .widget_recent_comments ul li:lang(ko-KR), 697 .widget_recent_entries ul li:lang(ko-KR), 698 .widget_rss ul li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR), .entry .entry-content .wp-block-archives li:lang(ko-KR), 699 .entry .entry-content .wp-block-categories li:lang(ko-KR), 700 .entry .entry-content .wp-block-latest-posts li:lang(ko-KR), .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR), 701 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR), 702 .entry .entry-content .wp-block-cover-image h2:lang(ko-KR), 703 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR), 704 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ko-KR), 705 .entry .entry-content .wp-block-cover h2:lang(ko-KR), .entry .entry-content .wp-block-audio figcaption:lang(ko-KR), 706 .entry .entry-content .wp-block-video figcaption:lang(ko-KR), 707 .entry .entry-content .wp-block-image figcaption:lang(ko-KR), 708 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ko-KR), 709 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ko-KR), .entry .entry-content .wp-block-file:lang(ko-KR), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ko-KR), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption-text:lang(ko-KR), .gallery-caption:lang(ko-KR) { 710 font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif; 711 } 712 713 body:lang(th), button:lang(th), 714 input:lang(th), 715 select:lang(th), 716 optgroup:lang(th), 717 textarea:lang(th), .author-description .author-link:lang(th), 718 .comment-metadata:lang(th), 719 .comment-reply-link:lang(th), 720 .comments-title:lang(th), 721 .comment-author .fn:lang(th), 722 .discussion-meta-info:lang(th), 723 .entry-meta:lang(th), 724 .entry-footer:lang(th), 725 .main-navigation:lang(th), 726 .no-comments:lang(th), 727 .not-found .page-title:lang(th), 728 .error-404 .page-title:lang(th), 729 .post-navigation .post-title:lang(th), 730 .page-links:lang(th), 731 .page-description:lang(th), 732 .pagination .nav-links:lang(th), 733 .sticky-post:lang(th), 734 .site-title:lang(th), 735 .site-info:lang(th), 736 #cancel-comment-reply-link:lang(th), 737 h1:lang(th), 738 h2:lang(th), 739 h3:lang(th), 740 h4:lang(th), 741 h5:lang(th), 742 h6:lang(th), .page-title:lang(th), blockquote cite:lang(th), table:lang(th), .button:lang(th), 743 input:lang(th)[type="button"], 744 input:lang(th)[type="reset"], 745 input:lang(th)[type="submit"], .comment-navigation .nav-previous:lang(th), 746 .comment-navigation .nav-next:lang(th), .comment-list .pingback .comment-body:lang(th), 747 .comment-list .trackback .comment-body:lang(th), .comment-list .pingback .comment-body .comment-edit-link:lang(th), 748 .comment-list .trackback .comment-body .comment-edit-link:lang(th), .comment-form .comment-notes:lang(th), 749 .comment-form label:lang(th), .widget_archive ul li:lang(th), 750 .widget_categories ul li:lang(th), 751 .widget_meta ul li:lang(th), 752 .widget_nav_menu ul li:lang(th), 753 .widget_pages ul li:lang(th), 754 .widget_recent_comments ul li:lang(th), 755 .widget_recent_entries ul li:lang(th), 756 .widget_rss ul li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .entry .entry-content .wp-block-button .wp-block-button__link:lang(th), .entry .entry-content .wp-block-archives li:lang(th), 757 .entry .entry-content .wp-block-categories li:lang(th), 758 .entry .entry-content .wp-block-latest-posts li:lang(th), .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th), 759 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th), 760 .entry .entry-content .wp-block-cover-image h2:lang(th), 761 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th), 762 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(th), 763 .entry .entry-content .wp-block-cover h2:lang(th), .entry .entry-content .wp-block-audio figcaption:lang(th), 764 .entry .entry-content .wp-block-video figcaption:lang(th), 765 .entry .entry-content .wp-block-image figcaption:lang(th), 766 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(th), 767 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(th), .entry .entry-content .wp-block-file:lang(th), .entry .entry-content .wp-block-file .wp-block-file__button:lang(th), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption-text:lang(th), .gallery-caption:lang(th) { 768 font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif; 769 } 770 771 body:lang(vi), button:lang(vi), 772 input:lang(vi), 773 select:lang(vi), 774 optgroup:lang(vi), 775 textarea:lang(vi), .author-description .author-link:lang(vi), 776 .comment-metadata:lang(vi), 777 .comment-reply-link:lang(vi), 778 .comments-title:lang(vi), 779 .comment-author .fn:lang(vi), 780 .discussion-meta-info:lang(vi), 781 .entry-meta:lang(vi), 782 .entry-footer:lang(vi), 783 .main-navigation:lang(vi), 784 .no-comments:lang(vi), 785 .not-found .page-title:lang(vi), 786 .error-404 .page-title:lang(vi), 787 .post-navigation .post-title:lang(vi), 788 .page-links:lang(vi), 789 .page-description:lang(vi), 790 .pagination .nav-links:lang(vi), 791 .sticky-post:lang(vi), 792 .site-title:lang(vi), 793 .site-info:lang(vi), 794 #cancel-comment-reply-link:lang(vi), 795 h1:lang(vi), 796 h2:lang(vi), 797 h3:lang(vi), 798 h4:lang(vi), 799 h5:lang(vi), 800 h6:lang(vi), .page-title:lang(vi), blockquote cite:lang(vi), table:lang(vi), .button:lang(vi), 801 input:lang(vi)[type="button"], 802 input:lang(vi)[type="reset"], 803 input:lang(vi)[type="submit"], .comment-navigation .nav-previous:lang(vi), 804 .comment-navigation .nav-next:lang(vi), .comment-list .pingback .comment-body:lang(vi), 805 .comment-list .trackback .comment-body:lang(vi), .comment-list .pingback .comment-body .comment-edit-link:lang(vi), 806 .comment-list .trackback .comment-body .comment-edit-link:lang(vi), .comment-form .comment-notes:lang(vi), 807 .comment-form label:lang(vi), .widget_archive ul li:lang(vi), 808 .widget_categories ul li:lang(vi), 809 .widget_meta ul li:lang(vi), 810 .widget_nav_menu ul li:lang(vi), 811 .widget_pages ul li:lang(vi), 812 .widget_recent_comments ul li:lang(vi), 813 .widget_recent_entries ul li:lang(vi), 814 .widget_rss ul li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .entry .entry-content .wp-block-button .wp-block-button__link:lang(vi), .entry .entry-content .wp-block-archives li:lang(vi), 815 .entry .entry-content .wp-block-categories li:lang(vi), 816 .entry .entry-content .wp-block-latest-posts li:lang(vi), .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi), 817 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi), 818 .entry .entry-content .wp-block-cover-image h2:lang(vi), 819 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi), 820 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(vi), 821 .entry .entry-content .wp-block-cover h2:lang(vi), .entry .entry-content .wp-block-audio figcaption:lang(vi), 822 .entry .entry-content .wp-block-video figcaption:lang(vi), 823 .entry .entry-content .wp-block-image figcaption:lang(vi), 824 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(vi), 825 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(vi), .entry .entry-content .wp-block-file:lang(vi), .entry .entry-content .wp-block-file .wp-block-file__button:lang(vi), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption-text:lang(vi), .gallery-caption:lang(vi) { 826 font-family: "Libre Franklin", sans-serif; 827 } 828 74 829 /* Normalize */ 75 830 /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ 76 831 /* Document … … 453 1208 .site-title, 454 1209 .site-info, 455 1210 #cancel-comment-reply-link, 456 img:after,457 1211 h1, 458 1212 h2, 459 1213 h3, … … 660 1414 text-decoration: underline; 661 1415 } 662 1416 663 /* Arabic */664 html[lang="ar"] .site *,665 html[lang="ary"] .site *,666 html[lang="azb"] .site *,667 html[lang="ckb"] .site *,668 html[lang="fa-IR"] .site *,669 html[lang="haz"] .site *,670 html[lang="ps"] .site * {671 font-family: Tahoma, Arial, sans-serif !important;672 }673 674 /* Cyrillic */675 html[lang="be"] .site *,676 html[lang="bg-BG"] .site *,677 html[lang="kk"] .site *,678 html[lang="mk-MK"] .site *,679 html[lang="mn"] .site *,680 html[lang="ru-RU"] .site *,681 html[lang="sah"] .site *,682 html[lang="sr-RS"] .site *,683 html[lang="tt-RU"] .site *,684 html[lang="uk"] .site * {685 font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;686 }687 688 /* Chinese (Hong Kong) */689 html[lang="zh-HK"] .site * {690 font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;691 }692 693 /* Chinese (Taiwan) */694 html[lang="zh-TW"] .site * {695 font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;696 }697 698 /* Chinese (China) */699 html[lang="zh-CN"] .site * {700 font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;701 }702 703 /* Devanagari */704 html[lang="bn-BD"] .site *,705 html[lang="hi-IN"] .site *,706 html[lang="mr"] .site *,707 html[lang="ne-NP"] .site * {708 font-family: Arial, sans-serif !important;709 }710 711 /* Greek */712 html[lang="el"] .site * {713 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;714 }715 716 /* Gujarati */717 html[lang="gu"] .site * {718 font-family: Arial, sans-serif !important;719 }720 721 /* Hebrew */722 html[lang="he-IL"] .site * {723 font-family: 'Arial Hebrew', Arial, sans-serif !important;724 }725 726 /* Japanese */727 html[lang="ja"] .site * {728 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;729 }730 731 /* Korean */732 html[lang="ko-KR"] .site * {733 font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;734 }735 736 /* Thai */737 html[lang="th"] .site * {738 font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;739 }740 741 /* Vietnamese */742 html[lang="vi"] .site * {743 font-family: 'Libre Franklin', sans-serif !important;744 }745 746 1417 /* Elements */ 747 1418 html { 748 1419 box-sizing: border-box; … … 1009 1680 color: #0073aa; 1010 1681 } 1011 1682 1012 a:hover, a:active { 1683 a:hover, 1684 a:active { 1013 1685 color: #005177; 1014 1686 outline: 0; 1015 1687 text-decoration: none; -
src/wp-content/themes/twentynineteen/style.css
68 68 /* If we add the border using a regular CSS border, it won't look good on non-retina devices, 69 69 * since its edges can look jagged due to lack of antialiasing. In this case, we are several 70 70 * layers of box-shadow to add the border visually, which will render the border smoother. */ 71 /* Fallback for non-latin fonts */72 71 /* Calculates maximum width for post content */ 73 72 /* Nested sub-menu padding: 10 levels deep */ 73 /* Ensure all font family declarations come with non-latin fallbacks */ 74 /* Build our non-latin font styles */ 75 body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 76 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 77 select:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 78 optgroup:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 79 textarea:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .author-description .author-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 80 .comment-metadata:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 81 .comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 82 .comments-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 83 .comment-author .fn:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 84 .discussion-meta-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 85 .entry-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 86 .entry-footer:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 87 .main-navigation:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 88 .no-comments:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 89 .not-found .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 90 .error-404 .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 91 .post-navigation .post-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 92 .page-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 93 .page-description:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 94 .pagination .nav-links:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 95 .sticky-post:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 96 .site-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 97 .site-info:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 98 #cancel-comment-reply-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 99 h1:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 100 h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 101 h3:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 102 h4:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 103 h5:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 104 h6:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .page-title:lang(ar, ary, azb, ckb, fa-IR, haz, ps), blockquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), table:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 105 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="button"], 106 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="reset"], 107 input:lang(ar, ary, azb, ckb, fa-IR, haz, ps)[type="submit"], .comment-navigation .nav-previous:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 108 .comment-navigation .nav-next:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 109 .comment-list .trackback .comment-body:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-list .pingback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 110 .comment-list .trackback .comment-body .comment-edit-link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .comment-form .comment-notes:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 111 .comment-form label:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_archive ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 112 .widget_categories ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 113 .widget_meta ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 114 .widget_nav_menu ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 115 .widget_pages ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 116 .widget_recent_comments ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 117 .widget_recent_entries ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 118 .widget_rss ul li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .widget_tag_cloud .tagcloud:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-archives li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 119 .entry .entry-content .wp-block-categories li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 120 .entry .entry-content .wp-block-latest-posts li:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-verse:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .has-drop-cap:lang(ar, ary, azb, ckb, fa-IR, haz, ps):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 121 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 122 .entry .entry-content .wp-block-cover-image h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 123 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 124 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 125 .entry .entry-content .wp-block-cover h2:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-audio figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 126 .entry .entry-content .wp-block-video figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 127 .entry .entry-content .wp-block-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 128 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), 129 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .wp-caption-text:lang(ar, ary, azb, ckb, fa-IR, haz, ps), .gallery-caption:lang(ar, ary, azb, ckb, fa-IR, haz, ps) { 130 font-family: Tahoma, Arial, sans-serif; 131 } 132 133 body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 134 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 135 select:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 136 optgroup:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 137 textarea:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .author-description .author-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 138 .comment-metadata:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 139 .comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 140 .comments-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 141 .comment-author .fn:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 142 .discussion-meta-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 143 .entry-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 144 .entry-footer:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 145 .main-navigation:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 146 .no-comments:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 147 .not-found .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 148 .error-404 .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 149 .post-navigation .post-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 150 .page-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 151 .page-description:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 152 .pagination .nav-links:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 153 .sticky-post:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 154 .site-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 155 .site-info:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 156 #cancel-comment-reply-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 157 h1:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 158 h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 159 h3:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 160 h4:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 161 h5:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 162 h6:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .page-title:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), blockquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), table:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 163 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="button"], 164 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="reset"], 165 input:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk)[type="submit"], .comment-navigation .nav-previous:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 166 .comment-navigation .nav-next:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 167 .comment-list .trackback .comment-body:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-list .pingback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 168 .comment-list .trackback .comment-body .comment-edit-link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .comment-form .comment-notes:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 169 .comment-form label:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_archive ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 170 .widget_categories ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 171 .widget_meta ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 172 .widget_nav_menu ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 173 .widget_pages ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 174 .widget_recent_comments ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 175 .widget_recent_entries ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 176 .widget_rss ul li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .widget_tag_cloud .tagcloud:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-button .wp-block-button__link:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-archives li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 177 .entry .entry-content .wp-block-categories li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 178 .entry .entry-content .wp-block-latest-posts li:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-verse:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .has-drop-cap:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 179 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 180 .entry .entry-content .wp-block-cover-image h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 181 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 182 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 183 .entry .entry-content .wp-block-cover h2:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-audio figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 184 .entry .entry-content .wp-block-video figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 185 .entry .entry-content .wp-block-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 186 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), 187 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-file .wp-block-file__button:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .wp-caption-text:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk), .gallery-caption:lang(be, bg-BG, kk, mk-MK, mn, ru-RU, sah, sr-RS, tt-RU, uk) { 188 font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif; 189 } 190 191 body:lang(zh-HK), button:lang(zh-HK), 192 input:lang(zh-HK), 193 select:lang(zh-HK), 194 optgroup:lang(zh-HK), 195 textarea:lang(zh-HK), .author-description .author-link:lang(zh-HK), 196 .comment-metadata:lang(zh-HK), 197 .comment-reply-link:lang(zh-HK), 198 .comments-title:lang(zh-HK), 199 .comment-author .fn:lang(zh-HK), 200 .discussion-meta-info:lang(zh-HK), 201 .entry-meta:lang(zh-HK), 202 .entry-footer:lang(zh-HK), 203 .main-navigation:lang(zh-HK), 204 .no-comments:lang(zh-HK), 205 .not-found .page-title:lang(zh-HK), 206 .error-404 .page-title:lang(zh-HK), 207 .post-navigation .post-title:lang(zh-HK), 208 .page-links:lang(zh-HK), 209 .page-description:lang(zh-HK), 210 .pagination .nav-links:lang(zh-HK), 211 .sticky-post:lang(zh-HK), 212 .site-title:lang(zh-HK), 213 .site-info:lang(zh-HK), 214 #cancel-comment-reply-link:lang(zh-HK), 215 h1:lang(zh-HK), 216 h2:lang(zh-HK), 217 h3:lang(zh-HK), 218 h4:lang(zh-HK), 219 h5:lang(zh-HK), 220 h6:lang(zh-HK), .page-title:lang(zh-HK), blockquote cite:lang(zh-HK), table:lang(zh-HK), .button:lang(zh-HK), 221 input:lang(zh-HK)[type="button"], 222 input:lang(zh-HK)[type="reset"], 223 input:lang(zh-HK)[type="submit"], .comment-navigation .nav-previous:lang(zh-HK), 224 .comment-navigation .nav-next:lang(zh-HK), .comment-list .pingback .comment-body:lang(zh-HK), 225 .comment-list .trackback .comment-body:lang(zh-HK), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-HK), 226 .comment-list .trackback .comment-body .comment-edit-link:lang(zh-HK), .comment-form .comment-notes:lang(zh-HK), 227 .comment-form label:lang(zh-HK), .widget_archive ul li:lang(zh-HK), 228 .widget_categories ul li:lang(zh-HK), 229 .widget_meta ul li:lang(zh-HK), 230 .widget_nav_menu ul li:lang(zh-HK), 231 .widget_pages ul li:lang(zh-HK), 232 .widget_recent_comments ul li:lang(zh-HK), 233 .widget_recent_entries ul li:lang(zh-HK), 234 .widget_rss ul li:lang(zh-HK), .widget_tag_cloud .tagcloud:lang(zh-HK), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-HK), .entry .entry-content .wp-block-archives li:lang(zh-HK), 235 .entry .entry-content .wp-block-categories li:lang(zh-HK), 236 .entry .entry-content .wp-block-latest-posts li:lang(zh-HK), .entry .entry-content .wp-block-verse:lang(zh-HK), .entry .entry-content .has-drop-cap:lang(zh-HK):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-HK), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-HK), 237 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-HK), 238 .entry .entry-content .wp-block-cover-image h2:lang(zh-HK), 239 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-HK), 240 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-HK), 241 .entry .entry-content .wp-block-cover h2:lang(zh-HK), .entry .entry-content .wp-block-audio figcaption:lang(zh-HK), 242 .entry .entry-content .wp-block-video figcaption:lang(zh-HK), 243 .entry .entry-content .wp-block-image figcaption:lang(zh-HK), 244 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-HK), 245 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-HK), .entry .entry-content .wp-block-file:lang(zh-HK), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-HK), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-HK), .wp-caption-text:lang(zh-HK), .gallery-caption:lang(zh-HK) { 246 font-family: -apple-system, BlinkMacSystemFont, "PingFang HK", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 247 } 248 249 body:lang(zh-TW), button:lang(zh-TW), 250 input:lang(zh-TW), 251 select:lang(zh-TW), 252 optgroup:lang(zh-TW), 253 textarea:lang(zh-TW), .author-description .author-link:lang(zh-TW), 254 .comment-metadata:lang(zh-TW), 255 .comment-reply-link:lang(zh-TW), 256 .comments-title:lang(zh-TW), 257 .comment-author .fn:lang(zh-TW), 258 .discussion-meta-info:lang(zh-TW), 259 .entry-meta:lang(zh-TW), 260 .entry-footer:lang(zh-TW), 261 .main-navigation:lang(zh-TW), 262 .no-comments:lang(zh-TW), 263 .not-found .page-title:lang(zh-TW), 264 .error-404 .page-title:lang(zh-TW), 265 .post-navigation .post-title:lang(zh-TW), 266 .page-links:lang(zh-TW), 267 .page-description:lang(zh-TW), 268 .pagination .nav-links:lang(zh-TW), 269 .sticky-post:lang(zh-TW), 270 .site-title:lang(zh-TW), 271 .site-info:lang(zh-TW), 272 #cancel-comment-reply-link:lang(zh-TW), 273 h1:lang(zh-TW), 274 h2:lang(zh-TW), 275 h3:lang(zh-TW), 276 h4:lang(zh-TW), 277 h5:lang(zh-TW), 278 h6:lang(zh-TW), .page-title:lang(zh-TW), blockquote cite:lang(zh-TW), table:lang(zh-TW), .button:lang(zh-TW), 279 input:lang(zh-TW)[type="button"], 280 input:lang(zh-TW)[type="reset"], 281 input:lang(zh-TW)[type="submit"], .comment-navigation .nav-previous:lang(zh-TW), 282 .comment-navigation .nav-next:lang(zh-TW), .comment-list .pingback .comment-body:lang(zh-TW), 283 .comment-list .trackback .comment-body:lang(zh-TW), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-TW), 284 .comment-list .trackback .comment-body .comment-edit-link:lang(zh-TW), .comment-form .comment-notes:lang(zh-TW), 285 .comment-form label:lang(zh-TW), .widget_archive ul li:lang(zh-TW), 286 .widget_categories ul li:lang(zh-TW), 287 .widget_meta ul li:lang(zh-TW), 288 .widget_nav_menu ul li:lang(zh-TW), 289 .widget_pages ul li:lang(zh-TW), 290 .widget_recent_comments ul li:lang(zh-TW), 291 .widget_recent_entries ul li:lang(zh-TW), 292 .widget_rss ul li:lang(zh-TW), .widget_tag_cloud .tagcloud:lang(zh-TW), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-TW), .entry .entry-content .wp-block-archives li:lang(zh-TW), 293 .entry .entry-content .wp-block-categories li:lang(zh-TW), 294 .entry .entry-content .wp-block-latest-posts li:lang(zh-TW), .entry .entry-content .wp-block-verse:lang(zh-TW), .entry .entry-content .has-drop-cap:lang(zh-TW):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-TW), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-TW), 295 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-TW), 296 .entry .entry-content .wp-block-cover-image h2:lang(zh-TW), 297 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-TW), 298 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-TW), 299 .entry .entry-content .wp-block-cover h2:lang(zh-TW), .entry .entry-content .wp-block-audio figcaption:lang(zh-TW), 300 .entry .entry-content .wp-block-video figcaption:lang(zh-TW), 301 .entry .entry-content .wp-block-image figcaption:lang(zh-TW), 302 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-TW), 303 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-TW), .entry .entry-content .wp-block-file:lang(zh-TW), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-TW), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-TW), .wp-caption-text:lang(zh-TW), .gallery-caption:lang(zh-TW) { 304 font-family: -apple-system, BlinkMacSystemFont, "PingFang TC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 305 } 306 307 body:lang(zh-CN), button:lang(zh-CN), 308 input:lang(zh-CN), 309 select:lang(zh-CN), 310 optgroup:lang(zh-CN), 311 textarea:lang(zh-CN), .author-description .author-link:lang(zh-CN), 312 .comment-metadata:lang(zh-CN), 313 .comment-reply-link:lang(zh-CN), 314 .comments-title:lang(zh-CN), 315 .comment-author .fn:lang(zh-CN), 316 .discussion-meta-info:lang(zh-CN), 317 .entry-meta:lang(zh-CN), 318 .entry-footer:lang(zh-CN), 319 .main-navigation:lang(zh-CN), 320 .no-comments:lang(zh-CN), 321 .not-found .page-title:lang(zh-CN), 322 .error-404 .page-title:lang(zh-CN), 323 .post-navigation .post-title:lang(zh-CN), 324 .page-links:lang(zh-CN), 325 .page-description:lang(zh-CN), 326 .pagination .nav-links:lang(zh-CN), 327 .sticky-post:lang(zh-CN), 328 .site-title:lang(zh-CN), 329 .site-info:lang(zh-CN), 330 #cancel-comment-reply-link:lang(zh-CN), 331 h1:lang(zh-CN), 332 h2:lang(zh-CN), 333 h3:lang(zh-CN), 334 h4:lang(zh-CN), 335 h5:lang(zh-CN), 336 h6:lang(zh-CN), .page-title:lang(zh-CN), blockquote cite:lang(zh-CN), table:lang(zh-CN), .button:lang(zh-CN), 337 input:lang(zh-CN)[type="button"], 338 input:lang(zh-CN)[type="reset"], 339 input:lang(zh-CN)[type="submit"], .comment-navigation .nav-previous:lang(zh-CN), 340 .comment-navigation .nav-next:lang(zh-CN), .comment-list .pingback .comment-body:lang(zh-CN), 341 .comment-list .trackback .comment-body:lang(zh-CN), .comment-list .pingback .comment-body .comment-edit-link:lang(zh-CN), 342 .comment-list .trackback .comment-body .comment-edit-link:lang(zh-CN), .comment-form .comment-notes:lang(zh-CN), 343 .comment-form label:lang(zh-CN), .widget_archive ul li:lang(zh-CN), 344 .widget_categories ul li:lang(zh-CN), 345 .widget_meta ul li:lang(zh-CN), 346 .widget_nav_menu ul li:lang(zh-CN), 347 .widget_pages ul li:lang(zh-CN), 348 .widget_recent_comments ul li:lang(zh-CN), 349 .widget_recent_entries ul li:lang(zh-CN), 350 .widget_rss ul li:lang(zh-CN), .widget_tag_cloud .tagcloud:lang(zh-CN), .entry .entry-content .wp-block-button .wp-block-button__link:lang(zh-CN), .entry .entry-content .wp-block-archives li:lang(zh-CN), 351 .entry .entry-content .wp-block-categories li:lang(zh-CN), 352 .entry .entry-content .wp-block-latest-posts li:lang(zh-CN), .entry .entry-content .wp-block-verse:lang(zh-CN), .entry .entry-content .has-drop-cap:lang(zh-CN):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(zh-CN), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(zh-CN), 353 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(zh-CN), 354 .entry .entry-content .wp-block-cover-image h2:lang(zh-CN), 355 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(zh-CN), 356 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(zh-CN), 357 .entry .entry-content .wp-block-cover h2:lang(zh-CN), .entry .entry-content .wp-block-audio figcaption:lang(zh-CN), 358 .entry .entry-content .wp-block-video figcaption:lang(zh-CN), 359 .entry .entry-content .wp-block-image figcaption:lang(zh-CN), 360 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(zh-CN), 361 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(zh-CN), .entry .entry-content .wp-block-file:lang(zh-CN), .entry .entry-content .wp-block-file .wp-block-file__button:lang(zh-CN), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(zh-CN), .wp-caption-text:lang(zh-CN), .gallery-caption:lang(zh-CN) { 362 font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", "Microsoft YaHei New", STHeiti Light, sans-serif; 363 } 364 365 body:lang(bn-BD, hi-IN, mr, ne-NP), button:lang(bn-BD, hi-IN, mr, ne-NP), 366 input:lang(bn-BD, hi-IN, mr, ne-NP), 367 select:lang(bn-BD, hi-IN, mr, ne-NP), 368 optgroup:lang(bn-BD, hi-IN, mr, ne-NP), 369 textarea:lang(bn-BD, hi-IN, mr, ne-NP), .author-description .author-link:lang(bn-BD, hi-IN, mr, ne-NP), 370 .comment-metadata:lang(bn-BD, hi-IN, mr, ne-NP), 371 .comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP), 372 .comments-title:lang(bn-BD, hi-IN, mr, ne-NP), 373 .comment-author .fn:lang(bn-BD, hi-IN, mr, ne-NP), 374 .discussion-meta-info:lang(bn-BD, hi-IN, mr, ne-NP), 375 .entry-meta:lang(bn-BD, hi-IN, mr, ne-NP), 376 .entry-footer:lang(bn-BD, hi-IN, mr, ne-NP), 377 .main-navigation:lang(bn-BD, hi-IN, mr, ne-NP), 378 .no-comments:lang(bn-BD, hi-IN, mr, ne-NP), 379 .not-found .page-title:lang(bn-BD, hi-IN, mr, ne-NP), 380 .error-404 .page-title:lang(bn-BD, hi-IN, mr, ne-NP), 381 .post-navigation .post-title:lang(bn-BD, hi-IN, mr, ne-NP), 382 .page-links:lang(bn-BD, hi-IN, mr, ne-NP), 383 .page-description:lang(bn-BD, hi-IN, mr, ne-NP), 384 .pagination .nav-links:lang(bn-BD, hi-IN, mr, ne-NP), 385 .sticky-post:lang(bn-BD, hi-IN, mr, ne-NP), 386 .site-title:lang(bn-BD, hi-IN, mr, ne-NP), 387 .site-info:lang(bn-BD, hi-IN, mr, ne-NP), 388 #cancel-comment-reply-link:lang(bn-BD, hi-IN, mr, ne-NP), 389 h1:lang(bn-BD, hi-IN, mr, ne-NP), 390 h2:lang(bn-BD, hi-IN, mr, ne-NP), 391 h3:lang(bn-BD, hi-IN, mr, ne-NP), 392 h4:lang(bn-BD, hi-IN, mr, ne-NP), 393 h5:lang(bn-BD, hi-IN, mr, ne-NP), 394 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), 395 input:lang(bn-BD, hi-IN, mr, ne-NP)[type="button"], 396 input:lang(bn-BD, hi-IN, mr, ne-NP)[type="reset"], 397 input:lang(bn-BD, hi-IN, mr, ne-NP)[type="submit"], .comment-navigation .nav-previous:lang(bn-BD, hi-IN, mr, ne-NP), 398 .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), 399 .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), 400 .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), 401 .comment-form label:lang(bn-BD, hi-IN, mr, ne-NP), .widget_archive ul li:lang(bn-BD, hi-IN, mr, ne-NP), 402 .widget_categories ul li:lang(bn-BD, hi-IN, mr, ne-NP), 403 .widget_meta ul li:lang(bn-BD, hi-IN, mr, ne-NP), 404 .widget_nav_menu ul li:lang(bn-BD, hi-IN, mr, ne-NP), 405 .widget_pages ul li:lang(bn-BD, hi-IN, mr, ne-NP), 406 .widget_recent_comments ul li:lang(bn-BD, hi-IN, mr, ne-NP), 407 .widget_recent_entries ul li:lang(bn-BD, hi-IN, mr, ne-NP), 408 .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), 409 .entry .entry-content .wp-block-categories li:lang(bn-BD, hi-IN, mr, ne-NP), 410 .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), 411 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP), 412 .entry .entry-content .wp-block-cover-image h2:lang(bn-BD, hi-IN, mr, ne-NP), 413 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(bn-BD, hi-IN, mr, ne-NP), 414 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(bn-BD, hi-IN, mr, ne-NP), 415 .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), 416 .entry .entry-content .wp-block-video figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 417 .entry .entry-content .wp-block-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 418 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(bn-BD, hi-IN, mr, ne-NP), 419 .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) { 420 font-family: Arial, sans-serif; 421 } 422 423 body:lang(el), button:lang(el), 424 input:lang(el), 425 select:lang(el), 426 optgroup:lang(el), 427 textarea:lang(el), .author-description .author-link:lang(el), 428 .comment-metadata:lang(el), 429 .comment-reply-link:lang(el), 430 .comments-title:lang(el), 431 .comment-author .fn:lang(el), 432 .discussion-meta-info:lang(el), 433 .entry-meta:lang(el), 434 .entry-footer:lang(el), 435 .main-navigation:lang(el), 436 .no-comments:lang(el), 437 .not-found .page-title:lang(el), 438 .error-404 .page-title:lang(el), 439 .post-navigation .post-title:lang(el), 440 .page-links:lang(el), 441 .page-description:lang(el), 442 .pagination .nav-links:lang(el), 443 .sticky-post:lang(el), 444 .site-title:lang(el), 445 .site-info:lang(el), 446 #cancel-comment-reply-link:lang(el), 447 h1:lang(el), 448 h2:lang(el), 449 h3:lang(el), 450 h4:lang(el), 451 h5:lang(el), 452 h6:lang(el), .page-title:lang(el), blockquote cite:lang(el), table:lang(el), .button:lang(el), 453 input:lang(el)[type="button"], 454 input:lang(el)[type="reset"], 455 input:lang(el)[type="submit"], .comment-navigation .nav-previous:lang(el), 456 .comment-navigation .nav-next:lang(el), .comment-list .pingback .comment-body:lang(el), 457 .comment-list .trackback .comment-body:lang(el), .comment-list .pingback .comment-body .comment-edit-link:lang(el), 458 .comment-list .trackback .comment-body .comment-edit-link:lang(el), .comment-form .comment-notes:lang(el), 459 .comment-form label:lang(el), .widget_archive ul li:lang(el), 460 .widget_categories ul li:lang(el), 461 .widget_meta ul li:lang(el), 462 .widget_nav_menu ul li:lang(el), 463 .widget_pages ul li:lang(el), 464 .widget_recent_comments ul li:lang(el), 465 .widget_recent_entries ul li:lang(el), 466 .widget_rss ul li:lang(el), .widget_tag_cloud .tagcloud:lang(el), .entry .entry-content .wp-block-button .wp-block-button__link:lang(el), .entry .entry-content .wp-block-archives li:lang(el), 467 .entry .entry-content .wp-block-categories li:lang(el), 468 .entry .entry-content .wp-block-latest-posts li:lang(el), .entry .entry-content .wp-block-verse:lang(el), .entry .entry-content .has-drop-cap:lang(el):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(el), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(el), 469 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(el), 470 .entry .entry-content .wp-block-cover-image h2:lang(el), 471 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(el), 472 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(el), 473 .entry .entry-content .wp-block-cover h2:lang(el), .entry .entry-content .wp-block-audio figcaption:lang(el), 474 .entry .entry-content .wp-block-video figcaption:lang(el), 475 .entry .entry-content .wp-block-image figcaption:lang(el), 476 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(el), 477 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(el), .entry .entry-content .wp-block-file:lang(el), .entry .entry-content .wp-block-file .wp-block-file__button:lang(el), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(el), .wp-caption-text:lang(el), .gallery-caption:lang(el) { 478 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 479 } 480 481 body:lang(gu), button:lang(gu), 482 input:lang(gu), 483 select:lang(gu), 484 optgroup:lang(gu), 485 textarea:lang(gu), .author-description .author-link:lang(gu), 486 .comment-metadata:lang(gu), 487 .comment-reply-link:lang(gu), 488 .comments-title:lang(gu), 489 .comment-author .fn:lang(gu), 490 .discussion-meta-info:lang(gu), 491 .entry-meta:lang(gu), 492 .entry-footer:lang(gu), 493 .main-navigation:lang(gu), 494 .no-comments:lang(gu), 495 .not-found .page-title:lang(gu), 496 .error-404 .page-title:lang(gu), 497 .post-navigation .post-title:lang(gu), 498 .page-links:lang(gu), 499 .page-description:lang(gu), 500 .pagination .nav-links:lang(gu), 501 .sticky-post:lang(gu), 502 .site-title:lang(gu), 503 .site-info:lang(gu), 504 #cancel-comment-reply-link:lang(gu), 505 h1:lang(gu), 506 h2:lang(gu), 507 h3:lang(gu), 508 h4:lang(gu), 509 h5:lang(gu), 510 h6:lang(gu), .page-title:lang(gu), blockquote cite:lang(gu), table:lang(gu), .button:lang(gu), 511 input:lang(gu)[type="button"], 512 input:lang(gu)[type="reset"], 513 input:lang(gu)[type="submit"], .comment-navigation .nav-previous:lang(gu), 514 .comment-navigation .nav-next:lang(gu), .comment-list .pingback .comment-body:lang(gu), 515 .comment-list .trackback .comment-body:lang(gu), .comment-list .pingback .comment-body .comment-edit-link:lang(gu), 516 .comment-list .trackback .comment-body .comment-edit-link:lang(gu), .comment-form .comment-notes:lang(gu), 517 .comment-form label:lang(gu), .widget_archive ul li:lang(gu), 518 .widget_categories ul li:lang(gu), 519 .widget_meta ul li:lang(gu), 520 .widget_nav_menu ul li:lang(gu), 521 .widget_pages ul li:lang(gu), 522 .widget_recent_comments ul li:lang(gu), 523 .widget_recent_entries ul li:lang(gu), 524 .widget_rss ul li:lang(gu), .widget_tag_cloud .tagcloud:lang(gu), .entry .entry-content .wp-block-button .wp-block-button__link:lang(gu), .entry .entry-content .wp-block-archives li:lang(gu), 525 .entry .entry-content .wp-block-categories li:lang(gu), 526 .entry .entry-content .wp-block-latest-posts li:lang(gu), .entry .entry-content .wp-block-verse:lang(gu), .entry .entry-content .has-drop-cap:lang(gu):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(gu), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(gu), 527 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(gu), 528 .entry .entry-content .wp-block-cover-image h2:lang(gu), 529 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(gu), 530 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(gu), 531 .entry .entry-content .wp-block-cover h2:lang(gu), .entry .entry-content .wp-block-audio figcaption:lang(gu), 532 .entry .entry-content .wp-block-video figcaption:lang(gu), 533 .entry .entry-content .wp-block-image figcaption:lang(gu), 534 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(gu), 535 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(gu), .entry .entry-content .wp-block-file:lang(gu), .entry .entry-content .wp-block-file .wp-block-file__button:lang(gu), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(gu), .wp-caption-text:lang(gu), .gallery-caption:lang(gu) { 536 font-family: Arial, sans-serif; 537 } 538 539 body:lang(he-IL), button:lang(he-IL), 540 input:lang(he-IL), 541 select:lang(he-IL), 542 optgroup:lang(he-IL), 543 textarea:lang(he-IL), .author-description .author-link:lang(he-IL), 544 .comment-metadata:lang(he-IL), 545 .comment-reply-link:lang(he-IL), 546 .comments-title:lang(he-IL), 547 .comment-author .fn:lang(he-IL), 548 .discussion-meta-info:lang(he-IL), 549 .entry-meta:lang(he-IL), 550 .entry-footer:lang(he-IL), 551 .main-navigation:lang(he-IL), 552 .no-comments:lang(he-IL), 553 .not-found .page-title:lang(he-IL), 554 .error-404 .page-title:lang(he-IL), 555 .post-navigation .post-title:lang(he-IL), 556 .page-links:lang(he-IL), 557 .page-description:lang(he-IL), 558 .pagination .nav-links:lang(he-IL), 559 .sticky-post:lang(he-IL), 560 .site-title:lang(he-IL), 561 .site-info:lang(he-IL), 562 #cancel-comment-reply-link:lang(he-IL), 563 h1:lang(he-IL), 564 h2:lang(he-IL), 565 h3:lang(he-IL), 566 h4:lang(he-IL), 567 h5:lang(he-IL), 568 h6:lang(he-IL), .page-title:lang(he-IL), blockquote cite:lang(he-IL), table:lang(he-IL), .button:lang(he-IL), 569 input:lang(he-IL)[type="button"], 570 input:lang(he-IL)[type="reset"], 571 input:lang(he-IL)[type="submit"], .comment-navigation .nav-previous:lang(he-IL), 572 .comment-navigation .nav-next:lang(he-IL), .comment-list .pingback .comment-body:lang(he-IL), 573 .comment-list .trackback .comment-body:lang(he-IL), .comment-list .pingback .comment-body .comment-edit-link:lang(he-IL), 574 .comment-list .trackback .comment-body .comment-edit-link:lang(he-IL), .comment-form .comment-notes:lang(he-IL), 575 .comment-form label:lang(he-IL), .widget_archive ul li:lang(he-IL), 576 .widget_categories ul li:lang(he-IL), 577 .widget_meta ul li:lang(he-IL), 578 .widget_nav_menu ul li:lang(he-IL), 579 .widget_pages ul li:lang(he-IL), 580 .widget_recent_comments ul li:lang(he-IL), 581 .widget_recent_entries ul li:lang(he-IL), 582 .widget_rss ul li:lang(he-IL), .widget_tag_cloud .tagcloud:lang(he-IL), .entry .entry-content .wp-block-button .wp-block-button__link:lang(he-IL), .entry .entry-content .wp-block-archives li:lang(he-IL), 583 .entry .entry-content .wp-block-categories li:lang(he-IL), 584 .entry .entry-content .wp-block-latest-posts li:lang(he-IL), .entry .entry-content .wp-block-verse:lang(he-IL), .entry .entry-content .has-drop-cap:lang(he-IL):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(he-IL), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(he-IL), 585 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(he-IL), 586 .entry .entry-content .wp-block-cover-image h2:lang(he-IL), 587 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(he-IL), 588 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(he-IL), 589 .entry .entry-content .wp-block-cover h2:lang(he-IL), .entry .entry-content .wp-block-audio figcaption:lang(he-IL), 590 .entry .entry-content .wp-block-video figcaption:lang(he-IL), 591 .entry .entry-content .wp-block-image figcaption:lang(he-IL), 592 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(he-IL), 593 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(he-IL), .entry .entry-content .wp-block-file:lang(he-IL), .entry .entry-content .wp-block-file .wp-block-file__button:lang(he-IL), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(he-IL), .wp-caption-text:lang(he-IL), .gallery-caption:lang(he-IL) { 594 font-family: "Arial Hebrew", Arial, sans-serif; 595 } 596 597 body:lang(ja), button:lang(ja), 598 input:lang(ja), 599 select:lang(ja), 600 optgroup:lang(ja), 601 textarea:lang(ja), .author-description .author-link:lang(ja), 602 .comment-metadata:lang(ja), 603 .comment-reply-link:lang(ja), 604 .comments-title:lang(ja), 605 .comment-author .fn:lang(ja), 606 .discussion-meta-info:lang(ja), 607 .entry-meta:lang(ja), 608 .entry-footer:lang(ja), 609 .main-navigation:lang(ja), 610 .no-comments:lang(ja), 611 .not-found .page-title:lang(ja), 612 .error-404 .page-title:lang(ja), 613 .post-navigation .post-title:lang(ja), 614 .page-links:lang(ja), 615 .page-description:lang(ja), 616 .pagination .nav-links:lang(ja), 617 .sticky-post:lang(ja), 618 .site-title:lang(ja), 619 .site-info:lang(ja), 620 #cancel-comment-reply-link:lang(ja), 621 h1:lang(ja), 622 h2:lang(ja), 623 h3:lang(ja), 624 h4:lang(ja), 625 h5:lang(ja), 626 h6:lang(ja), .page-title:lang(ja), blockquote cite:lang(ja), table:lang(ja), .button:lang(ja), 627 input:lang(ja)[type="button"], 628 input:lang(ja)[type="reset"], 629 input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja), 630 .comment-navigation .nav-next:lang(ja), .comment-list .pingback .comment-body:lang(ja), 631 .comment-list .trackback .comment-body:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja), 632 .comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-form .comment-notes:lang(ja), 633 .comment-form label:lang(ja), .widget_archive ul li:lang(ja), 634 .widget_categories ul li:lang(ja), 635 .widget_meta ul li:lang(ja), 636 .widget_nav_menu ul li:lang(ja), 637 .widget_pages ul li:lang(ja), 638 .widget_recent_comments ul li:lang(ja), 639 .widget_recent_entries ul li:lang(ja), 640 .widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja), 641 .entry .entry-content .wp-block-categories li:lang(ja), 642 .entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja), 643 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja), 644 .entry .entry-content .wp-block-cover-image h2:lang(ja), 645 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja), 646 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja), 647 .entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja), 648 .entry .entry-content .wp-block-video figcaption:lang(ja), 649 .entry .entry-content .wp-block-image figcaption:lang(ja), 650 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja), 651 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption-text:lang(ja), .gallery-caption:lang(ja) { 652 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif; 653 } 654 655 body:lang(ko-KR), button:lang(ko-KR), 656 input:lang(ko-KR), 657 select:lang(ko-KR), 658 optgroup:lang(ko-KR), 659 textarea:lang(ko-KR), .author-description .author-link:lang(ko-KR), 660 .comment-metadata:lang(ko-KR), 661 .comment-reply-link:lang(ko-KR), 662 .comments-title:lang(ko-KR), 663 .comment-author .fn:lang(ko-KR), 664 .discussion-meta-info:lang(ko-KR), 665 .entry-meta:lang(ko-KR), 666 .entry-footer:lang(ko-KR), 667 .main-navigation:lang(ko-KR), 668 .no-comments:lang(ko-KR), 669 .not-found .page-title:lang(ko-KR), 670 .error-404 .page-title:lang(ko-KR), 671 .post-navigation .post-title:lang(ko-KR), 672 .page-links:lang(ko-KR), 673 .page-description:lang(ko-KR), 674 .pagination .nav-links:lang(ko-KR), 675 .sticky-post:lang(ko-KR), 676 .site-title:lang(ko-KR), 677 .site-info:lang(ko-KR), 678 #cancel-comment-reply-link:lang(ko-KR), 679 h1:lang(ko-KR), 680 h2:lang(ko-KR), 681 h3:lang(ko-KR), 682 h4:lang(ko-KR), 683 h5:lang(ko-KR), 684 h6:lang(ko-KR), .page-title:lang(ko-KR), blockquote cite:lang(ko-KR), table:lang(ko-KR), .button:lang(ko-KR), 685 input:lang(ko-KR)[type="button"], 686 input:lang(ko-KR)[type="reset"], 687 input:lang(ko-KR)[type="submit"], .comment-navigation .nav-previous:lang(ko-KR), 688 .comment-navigation .nav-next:lang(ko-KR), .comment-list .pingback .comment-body:lang(ko-KR), 689 .comment-list .trackback .comment-body:lang(ko-KR), .comment-list .pingback .comment-body .comment-edit-link:lang(ko-KR), 690 .comment-list .trackback .comment-body .comment-edit-link:lang(ko-KR), .comment-form .comment-notes:lang(ko-KR), 691 .comment-form label:lang(ko-KR), .widget_archive ul li:lang(ko-KR), 692 .widget_categories ul li:lang(ko-KR), 693 .widget_meta ul li:lang(ko-KR), 694 .widget_nav_menu ul li:lang(ko-KR), 695 .widget_pages ul li:lang(ko-KR), 696 .widget_recent_comments ul li:lang(ko-KR), 697 .widget_recent_entries ul li:lang(ko-KR), 698 .widget_rss ul li:lang(ko-KR), .widget_tag_cloud .tagcloud:lang(ko-KR), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ko-KR), .entry .entry-content .wp-block-archives li:lang(ko-KR), 699 .entry .entry-content .wp-block-categories li:lang(ko-KR), 700 .entry .entry-content .wp-block-latest-posts li:lang(ko-KR), .entry .entry-content .wp-block-verse:lang(ko-KR), .entry .entry-content .has-drop-cap:lang(ko-KR):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ko-KR), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ko-KR), 701 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ko-KR), 702 .entry .entry-content .wp-block-cover-image h2:lang(ko-KR), 703 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ko-KR), 704 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ko-KR), 705 .entry .entry-content .wp-block-cover h2:lang(ko-KR), .entry .entry-content .wp-block-audio figcaption:lang(ko-KR), 706 .entry .entry-content .wp-block-video figcaption:lang(ko-KR), 707 .entry .entry-content .wp-block-image figcaption:lang(ko-KR), 708 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ko-KR), 709 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ko-KR), .entry .entry-content .wp-block-file:lang(ko-KR), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ko-KR), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ko-KR), .wp-caption-text:lang(ko-KR), .gallery-caption:lang(ko-KR) { 710 font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif; 711 } 712 713 body:lang(th), button:lang(th), 714 input:lang(th), 715 select:lang(th), 716 optgroup:lang(th), 717 textarea:lang(th), .author-description .author-link:lang(th), 718 .comment-metadata:lang(th), 719 .comment-reply-link:lang(th), 720 .comments-title:lang(th), 721 .comment-author .fn:lang(th), 722 .discussion-meta-info:lang(th), 723 .entry-meta:lang(th), 724 .entry-footer:lang(th), 725 .main-navigation:lang(th), 726 .no-comments:lang(th), 727 .not-found .page-title:lang(th), 728 .error-404 .page-title:lang(th), 729 .post-navigation .post-title:lang(th), 730 .page-links:lang(th), 731 .page-description:lang(th), 732 .pagination .nav-links:lang(th), 733 .sticky-post:lang(th), 734 .site-title:lang(th), 735 .site-info:lang(th), 736 #cancel-comment-reply-link:lang(th), 737 h1:lang(th), 738 h2:lang(th), 739 h3:lang(th), 740 h4:lang(th), 741 h5:lang(th), 742 h6:lang(th), .page-title:lang(th), blockquote cite:lang(th), table:lang(th), .button:lang(th), 743 input:lang(th)[type="button"], 744 input:lang(th)[type="reset"], 745 input:lang(th)[type="submit"], .comment-navigation .nav-previous:lang(th), 746 .comment-navigation .nav-next:lang(th), .comment-list .pingback .comment-body:lang(th), 747 .comment-list .trackback .comment-body:lang(th), .comment-list .pingback .comment-body .comment-edit-link:lang(th), 748 .comment-list .trackback .comment-body .comment-edit-link:lang(th), .comment-form .comment-notes:lang(th), 749 .comment-form label:lang(th), .widget_archive ul li:lang(th), 750 .widget_categories ul li:lang(th), 751 .widget_meta ul li:lang(th), 752 .widget_nav_menu ul li:lang(th), 753 .widget_pages ul li:lang(th), 754 .widget_recent_comments ul li:lang(th), 755 .widget_recent_entries ul li:lang(th), 756 .widget_rss ul li:lang(th), .widget_tag_cloud .tagcloud:lang(th), .entry .entry-content .wp-block-button .wp-block-button__link:lang(th), .entry .entry-content .wp-block-archives li:lang(th), 757 .entry .entry-content .wp-block-categories li:lang(th), 758 .entry .entry-content .wp-block-latest-posts li:lang(th), .entry .entry-content .wp-block-verse:lang(th), .entry .entry-content .has-drop-cap:lang(th):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(th), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(th), 759 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(th), 760 .entry .entry-content .wp-block-cover-image h2:lang(th), 761 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(th), 762 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(th), 763 .entry .entry-content .wp-block-cover h2:lang(th), .entry .entry-content .wp-block-audio figcaption:lang(th), 764 .entry .entry-content .wp-block-video figcaption:lang(th), 765 .entry .entry-content .wp-block-image figcaption:lang(th), 766 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(th), 767 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(th), .entry .entry-content .wp-block-file:lang(th), .entry .entry-content .wp-block-file .wp-block-file__button:lang(th), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(th), .wp-caption-text:lang(th), .gallery-caption:lang(th) { 768 font-family: "Sukhumvit Set", "Helvetica Neue", helvetica, arial, sans-serif; 769 } 770 771 body:lang(vi), button:lang(vi), 772 input:lang(vi), 773 select:lang(vi), 774 optgroup:lang(vi), 775 textarea:lang(vi), .author-description .author-link:lang(vi), 776 .comment-metadata:lang(vi), 777 .comment-reply-link:lang(vi), 778 .comments-title:lang(vi), 779 .comment-author .fn:lang(vi), 780 .discussion-meta-info:lang(vi), 781 .entry-meta:lang(vi), 782 .entry-footer:lang(vi), 783 .main-navigation:lang(vi), 784 .no-comments:lang(vi), 785 .not-found .page-title:lang(vi), 786 .error-404 .page-title:lang(vi), 787 .post-navigation .post-title:lang(vi), 788 .page-links:lang(vi), 789 .page-description:lang(vi), 790 .pagination .nav-links:lang(vi), 791 .sticky-post:lang(vi), 792 .site-title:lang(vi), 793 .site-info:lang(vi), 794 #cancel-comment-reply-link:lang(vi), 795 h1:lang(vi), 796 h2:lang(vi), 797 h3:lang(vi), 798 h4:lang(vi), 799 h5:lang(vi), 800 h6:lang(vi), .page-title:lang(vi), blockquote cite:lang(vi), table:lang(vi), .button:lang(vi), 801 input:lang(vi)[type="button"], 802 input:lang(vi)[type="reset"], 803 input:lang(vi)[type="submit"], .comment-navigation .nav-previous:lang(vi), 804 .comment-navigation .nav-next:lang(vi), .comment-list .pingback .comment-body:lang(vi), 805 .comment-list .trackback .comment-body:lang(vi), .comment-list .pingback .comment-body .comment-edit-link:lang(vi), 806 .comment-list .trackback .comment-body .comment-edit-link:lang(vi), .comment-form .comment-notes:lang(vi), 807 .comment-form label:lang(vi), .widget_archive ul li:lang(vi), 808 .widget_categories ul li:lang(vi), 809 .widget_meta ul li:lang(vi), 810 .widget_nav_menu ul li:lang(vi), 811 .widget_pages ul li:lang(vi), 812 .widget_recent_comments ul li:lang(vi), 813 .widget_recent_entries ul li:lang(vi), 814 .widget_rss ul li:lang(vi), .widget_tag_cloud .tagcloud:lang(vi), .entry .entry-content .wp-block-button .wp-block-button__link:lang(vi), .entry .entry-content .wp-block-archives li:lang(vi), 815 .entry .entry-content .wp-block-categories li:lang(vi), 816 .entry .entry-content .wp-block-latest-posts li:lang(vi), .entry .entry-content .wp-block-verse:lang(vi), .entry .entry-content .has-drop-cap:lang(vi):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(vi), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(vi), 817 .entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(vi), 818 .entry .entry-content .wp-block-cover-image h2:lang(vi), 819 .entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(vi), 820 .entry .entry-content .wp-block-cover .wp-block-cover-text:lang(vi), 821 .entry .entry-content .wp-block-cover h2:lang(vi), .entry .entry-content .wp-block-audio figcaption:lang(vi), 822 .entry .entry-content .wp-block-video figcaption:lang(vi), 823 .entry .entry-content .wp-block-image figcaption:lang(vi), 824 .entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(vi), 825 .entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(vi), .entry .entry-content .wp-block-file:lang(vi), .entry .entry-content .wp-block-file .wp-block-file__button:lang(vi), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(vi), .wp-caption-text:lang(vi), .gallery-caption:lang(vi) { 826 font-family: "Libre Franklin", sans-serif; 827 } 828 74 829 /* Normalize */ 75 830 /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ 76 831 /* Document … … 453 1208 .site-title, 454 1209 .site-info, 455 1210 #cancel-comment-reply-link, 456 img:after,457 1211 h1, 458 1212 h2, 459 1213 h3, … … 660 1414 text-decoration: underline; 661 1415 } 662 1416 663 /* Arabic */664 html[lang="ar"] .site *,665 html[lang="ary"] .site *,666 html[lang="azb"] .site *,667 html[lang="ckb"] .site *,668 html[lang="fa-IR"] .site *,669 html[lang="haz"] .site *,670 html[lang="ps"] .site * {671 font-family: Tahoma, Arial, sans-serif !important;672 }673 674 /* Cyrillic */675 html[lang="be"] .site *,676 html[lang="bg-BG"] .site *,677 html[lang="kk"] .site *,678 html[lang="mk-MK"] .site *,679 html[lang="mn"] .site *,680 html[lang="ru-RU"] .site *,681 html[lang="sah"] .site *,682 html[lang="sr-RS"] .site *,683 html[lang="tt-RU"] .site *,684 html[lang="uk"] .site * {685 font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;686 }687 688 /* Chinese (Hong Kong) */689 html[lang="zh-HK"] .site * {690 font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;691 }692 693 /* Chinese (Taiwan) */694 html[lang="zh-TW"] .site * {695 font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;696 }697 698 /* Chinese (China) */699 html[lang="zh-CN"] .site * {700 font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;701 }702 703 /* Devanagari */704 html[lang="bn-BD"] .site *,705 html[lang="hi-IN"] .site *,706 html[lang="mr"] .site *,707 html[lang="ne-NP"] .site * {708 font-family: Arial, sans-serif !important;709 }710 711 /* Greek */712 html[lang="el"] .site * {713 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;714 }715 716 /* Gujarati */717 html[lang="gu"] .site * {718 font-family: Arial, sans-serif !important;719 }720 721 /* Hebrew */722 html[lang="he-IL"] .site * {723 font-family: 'Arial Hebrew', Arial, sans-serif !important;724 }725 726 /* Japanese */727 html[lang="ja"] .site * {728 font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;729 }730 731 /* Korean */732 html[lang="ko-KR"] .site * {733 font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;734 }735 736 /* Thai */737 html[lang="th"] .site * {738 font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;739 }740 741 /* Vietnamese */742 html[lang="vi"] .site * {743 font-family: 'Libre Franklin', sans-serif !important;744 }745 746 1417 /* Elements */ 747 1418 html { 748 1419 box-sizing: border-box; … … 1009 1680 color: #0073aa; 1010 1681 } 1011 1682 1012 a:hover, a:active { 1683 a:hover, 1684 a:active { 1013 1685 color: #005177; 1014 1686 outline: 0; 1015 1687 text-decoration: none;