mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 02:00:10 +00:00
13 lines
562 B
CSS
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;
|
|
}
|
|
|
|
|