0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | @font-face { font-family: 'WaterBrushROB'; /* Which font weight and style the file represents */ font-weight: normal; font-style: normal; /* For IE9 in Compatibility Mode */ src: url('./assets/fonts/water-brush-rob.eot'); src: /* For IE8 and older versions of IE */ url('./assets/fonts/water-brush-rob.eot?#iefix') format('embedded-opentype'), /* Super modern browsers */ url('./assets/fonts/water-brush-rob.woff2') format('woff2'), /* All modern browsers */ url('./assets/fonts/water-brush-rob.woff') format('woff'), /* For Safari, Android, iOS and few others */ url('./assets/fonts/water-brush-rob.ttf') format('truetype'), /* iOS */ url('./assets/fonts/water-brush-rob.svg#svgWaterBrushROB') format('svg'); } |