Как подключить несколько шрифтов Google Fonts к WordPress?
Приветствую, собственно дело в следующем, при подключении шрифтов function google_fonts() { wp_enqueue_style( 'google-fonts', 'https://fonts.googleapis.com/css?family=Montserrat:300,500,700&display=swap', array(), null ); wp_enqueue_style( 'google-fonts', 'https://fonts.googleapis.com/css?family=Jura:300,500,700&display=swap', array(), null ); }...
›