[wp-trac] [WordPress Trac] #63331: Twenty Nineteen: Calendar block font-family issue.

WordPress Trac noreply at wordpress.org
Tue Apr 22 09:26:29 UTC 2025


#63331: Twenty Nineteen: Calendar block font-family issue.
-------------------------------------------------+-------------------------
 Reporter:  viralsampat                          |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
                                                 |  Review
Component:  General                              |     Version:  6.8
 Severity:  normal                               |  Resolution:
 Keywords:  2nd-opinion needs-testing dev-       |     Focuses:  ui, css
  feedback                                       |
-------------------------------------------------+-------------------------

Comment (by khushipatel15):

 place this code snippet in functions.php and see if it works.
 {{{#!php
 <?php
 function twenty_nineteen_custom_calendar_styles() {
     wp_enqueue_style( 'twenty-nineteen-calendar-styles',
 get_template_directory_uri() . '/css/calendar-styles.css' );
 }
 add_action( 'enqueue_block_editor_assets',
 'twenty_nineteen_custom_calendar_styles' );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63331#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list