Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


OESD Ultra Clean and Tear Fusible 20" x 10y - HBTF17-20

Ultra Clean and Tear Fusible is an iron-on stabilizer for use on woven fabrics. This high-quality medium weight tear-away stabilizer provides excellent stabilization for medium to high stitch count embroidery designs. It tears away cleanly for beautiful embroidery on the front and the back of your project.

Color: White

/*Calendar different color events javascript*/ window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));