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

13 lines
562 B
CSS

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