🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 13:02:42 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
momotimes.therahuldas.com
/
wp-content
/
themes
/
barlog
/
inc
/
gutenberg
📍 /home/therahul/momotimes.therahuldas.com/wp-content/themes/barlog/inc/gutenberg
🔄 Refresh
✏️
Editing: functions.php
Writable
<?php defined( 'ABSPATH' ) || exit; // Add backend styles for Gutenberg. add_action( 'enqueue_block_editor_assets', 'barlog_add_gutenberg_assets' ); /** * Load Gutenberg stylesheet. */ function barlog_add_gutenberg_assets() { // Load the theme styles within Gutenberg. wp_enqueue_style( 'barlog-gutenberg-editor-style', get_theme_file_uri( '/inc/gutenberg/assets/gutenberg-editor-style.css' ), false ); wp_enqueue_style( 'barlog-gutenberg-fonts', '//fonts.googleapis.com/css?family=Poppins:regular,500,600,700,800,900,latin' ); }
💾 Save Changes
❌ Cancel