Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wp_enqueue_style('azent-fonts', azent_google_fonts(), array(), null);
- function azent_google_fonts()
- {
- $fonts_url = '';
- /*
- * translators: If there are characters in your language that are not supported
- * by Libre Franklin, translate this to 'off'. Do not translate into your own language.
- */
- $roboto = _x('on', 'Roboto font: on or off', 'azent');
- if ('off' !== $roboto) {
- $fonts_url = 'https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&family=DM+Sans:ital,opsz,wght@0,9..40,100;0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,100;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900;1,9..40,1000&display=swap';
- }
- return esc_url_raw($fonts_url);
- }
Advertisement
Add Comment
Please, Sign In to add comment