Error: Please enable JavaScript in your browser before using this site.

More options

Breast Clinic / Breast Center providers near Fort Wayne, IN

`; var fontFaceDeclarations = `@font-face { font-family: 'Cal Sans'; src: url('../../fonts/custom/Cal Sans.woff2'); } @font-face { font-family: 'CalSans-Regular'; src: url('../../fonts/custom/CalSans-Regular.woff2'); } @font-face { font-family: 'Metropolis-Regular'; src: url('../../fonts/custom/Metropolis-Regular.woff'); } @font-face { font-family: 'Montserrat-Regular'; src: url('../../fonts/custom/Montserrat-Regular.woff2'); } @font-face { font-family: 'Montserrat-SemiBold'; src: url('../../fonts/custom/Montserrat-SemiBold.woff2'); } @font-face { font-family: 'OpenSans-Regular'; src: url('../../fonts/custom/OpenSans-Regular.woff2'); } `; var styleSheet = ``; // Create header and footer shadow doms var headerHost = document.querySelector("#CustomHeader"); var footerHost = document.querySelector("#CustomFooter"); var headerShadow = headerHost.attachShadow({ mode: "open" }); var footerShadow = footerHost.attachShadow({ mode: "open" }); for (fontFaceDeclaration of fontFaceDeclarations.split("\n")) { if (fontFaceDeclaration.trim() !== "") { document.styleSheets[0].insertRule(fontFaceDeclaration, 0); } } var prerenderedContent = document.getElementById("prerendered-content"); // Load style sheet, then load html once styles have been loaded headerShadow.innerHTML += styleSheet; headerShadow.firstElementChild.onload = function () { headerShadow.innerHTML += headerHTML; if (prerenderedContent) { prerenderedContent.style.display = "block"; } } if (styleSheet !== "") { footerShadow.innerHTML += styleSheet; } footerShadow.firstElementChild.onload = function () { footerShadow.innerHTML += footerHTML; } }