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