Viewing 1 replies (of 1 total)
  • Plugin Author Weston Ruter

    (@westonruter)

    Yes. Try adding this to your theme’s functions.php:

    add_filter( 'amp_post_template_data', function( $data ) {
        $data['font_urls'] = array(
            'somefont' => 'https://maxcdn.bootstrapcdn.com...';
        );
        return $data;
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘Possible to include Font Awesome icons?’ is closed to new replies.