Title: Plugin doesn&#039;t handle &quot;@import url&quot;
Last modified: August 30, 2016

---

# Plugin doesn't handle "@import url"

 *  Resolved [Uncle Matt](https://wordpress.org/support/users/uncle-matt/)
 * (@uncle-matt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-handle-import-url/)
 * Unfortunately it doesn’t handle “@import url” directive nor in global section
   neither page section. I can’t set specific font for the page/post.
 * [https://wordpress.org/plugins/wp-add-custom-css/](https://wordpress.org/plugins/wp-add-custom-css/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/plugin-doesnt-handle-import-url/#post-6563662)
 * Hello,
    the plugin handles the [@import](https://wordpress.org/support/users/import/)
   directive in both main css section and single pages section.
 * I can use something like this without any problem:
 *     ```
       @import url(https://fonts.googleapis.com/css?family=Permanent+Marker);
       body { font-family: 'Permanent Marker', cursive; }
       ```
   
 * Could you provide a link so I can look at your code?
 * Thanks,
    Daniele

Viewing 1 replies (of 1 total)

The topic ‘Plugin doesn't handle "@import url"’ is closed to new replies.

 * ![](https://ps.w.org/wp-add-custom-css/assets/icon-256x256.png?rev=1001727)
 * [WP Add Custom CSS](https://wordpress.org/plugins/wp-add-custom-css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-add-custom-css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-add-custom-css/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-add-custom-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-add-custom-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-add-custom-css/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/plugin-doesnt-handle-import-url/#post-6563662)
 * Status: resolved