OLD | NEW |
---|---|
(Empty) | |
1 @font-face { | |
2 font-family: 'Roboto'; | |
3 font-style: normal; | |
4 font-weight: 400; | |
5 src: local('Roboto Regular'), local('Roboto-Regular'), url(chrome://resources/ roboto/roboto.woff2) format('woff2'); | |
6 unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; | |
michaelpg
2015/02/21 01:23:04
what is this exactly? why do we need the symbol fo
Jeremy Klein
2015/02/21 01:52:22
Pulled this from https://code.google.com/p/chromiu
| |
7 } | |
8 | |
9 body { | |
10 font-family: Roboto; | |
11 } | |
12 | |
13 section { | |
14 margin-top: 50px; | |
15 } | |
OLD | NEW |