Skip to content

Commit 046c726

Browse files
committed
Added font πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦
1 parent 57ca006 commit 046c726

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

β€Žclasses/panel.phpβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ public static function enqueue_scripts( $hook ) {
169169
null,
170170
MIGHTY_ADDONS_VERSION
171171
);
172+
173+
wp_enqueue_style(
174+
'mighty-font-roboto',
175+
'https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap',
176+
null,
177+
MIGHTY_ADDONS_VERSION
178+
);
179+
172180

173181
wp_enqueue_script(
174182
'mighty-panel-js',

0 commit comments

Comments
Β (0)