Title: Bozhana Milcheva's Replies | WordPress.org

---

# Bozhana Milcheva

  [  ](https://wordpress.org/support/users/boby85/)

 *   [Profile](https://wordpress.org/support/users/boby85/)
 *   [Topics Started](https://wordpress.org/support/users/boby85/topics/)
 *   [Replies Created](https://wordpress.org/support/users/boby85/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/boby85/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/boby85/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/boby85/engagements/)
 *   [Favorites](https://wordpress.org/support/users/boby85/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not loading Block Editor CSS](https://wordpress.org/support/topic/not-loading-block-editor-css/)
 *  [Bozhana Milcheva](https://wordpress.org/support/users/boby85/)
 * (@boby85)
 * [7 months ago](https://wordpress.org/support/topic/not-loading-block-editor-css/#post-18740830)
 * Hi! 
   You must forces WordPress to load `wp-block-library` by adding `add_theme_support('
   wp-block-styles' );`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [v6.9 has broken my site](https://wordpress.org/support/topic/v6-9-has-broken-my-site/)
 *  [Bozhana Milcheva](https://wordpress.org/support/users/boby85/)
 * (@boby85)
 * [7 months ago](https://wordpress.org/support/topic/v6-9-has-broken-my-site/#post-18740757)
 * With this code you will set the font-family, which will apply to all content.
   
   The font size set in this way
 * `body {`
   `font-size:1em!important;``}`
 * applies only to text that is not placed in tags. The font size must be defined
   for different tags.
    -  This reply was modified 7 months ago by [Bozhana Milcheva](https://wordpress.org/support/users/boby85/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [v6.9 has broken my site](https://wordpress.org/support/topic/v6-9-has-broken-my-site/)
 *  [Bozhana Milcheva](https://wordpress.org/support/users/boby85/)
 * (@boby85)
 * [7 months ago](https://wordpress.org/support/topic/v6-9-has-broken-my-site/#post-18740723)
 * You can download the theme.json or stylesheet file from any theme directory, 
   add fixed typography (in theme.json), or add a CSS rule inside the stylesheet.
   Then replace the original file in the directory.
 * If you update the theme everything will be lost. 
   The best practice is to make
   child theme and putt stylesheet or theme.json there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [v6.9 has broken my site](https://wordpress.org/support/topic/v6-9-has-broken-my-site/)
 *  [Bozhana Milcheva](https://wordpress.org/support/users/boby85/)
 * (@boby85)
 * [7 months ago](https://wordpress.org/support/topic/v6-9-has-broken-my-site/#post-18740688)
 * Restore your original typography by adding custom CSS to override the new defaults.
   
   Probably your theme’s custom typography are being overridden by new global typography
   rules.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Deleting images from media library](https://wordpress.org/support/topic/deleting-images-from-media-library/)
 *  [Bozhana Milcheva](https://wordpress.org/support/users/boby85/)
 * (@boby85)
 * [7 months ago](https://wordpress.org/support/topic/deleting-images-from-media-library/#post-18740662)
 * The fastest way is with WP-CLI, if is installed and if you have SSH console access.
   
   The other why is to write a temporary script that is executed from a URL like
   [https://yourwebsite.com/?delete_month_images ](https://yourwebsite.com/?delete_month_images )
   Of course, you can also just execute an SQL query that deletes the records from
   the database without physically deleting them from the server.

Viewing 5 replies - 1 through 5 (of 5 total)