File "twentytwentytwo.theme.php"

Full path: /home/webide/saman-clinic.ir/wp-content/plugins/wp-shamsi/themes/twentytwentytwo.theme.php
File size: 1.59 KB
MIME-type: text/x-php
Charset: utf-8

<?php
/**
* @package WPSH
*/
defined('ABSPATH') or die();

$css .= '
  html body {
    --wp--preset--font-family--system-font: Vazir, tahoma, sans-serif, arial;
    --wp--preset--font-family--source-serif-pro: Vazir, tahoma, sans-serif, arial;
  }

  body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
    font-family: Vazir, tahoma, sans-serif, arial;
  }

  .rtl a {
    text-decoration: none;
  }

  .rtl a:hover {
    text-decoration: none;
  }
  ';