| 1 | /* roboto-regular - latin */ |
| 2 | @font-face { |
| 3 | /* Revisa |
| 4 | * https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display |
| 5 | * para otras opciones. */ |
| 6 | font-display: swap; |
| 7 | font-family: 'Roboto'; |
| 8 | font-style: normal; |
| 9 | font-weight: 400; |
| 10 | /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ |
| 11 | src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); |
| 12 | } |