main/app/dist/fonts/unna-400.css
Renan Bernordi 1e205b6b2e ajustes gulp
2025-01-27 15:09:16 -03:00

13 lines
526 B
CSS

@font-face {
font-family: "Unna";
src: url("unna-400.eot"); /* IE9 */
src: url("unna-400.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("unna-400.woff2") format("woff2"), /* chrome 36+, firefox 39+,iOS 10+, Android 67+ */
url("unna-400.woff") format("woff"), /* chrome, firefox */
url("unna-400.ttf") format("truetype"), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url("unna-400.svg#Unna") format("svg"); /* iOS 4.1- */
font-style: normal;
font-weight: normal;
}