blob: 3744ab2716618e5a0e98e3e9e3f7a7d573693665 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@font-face
font-family: 'Roboto'
font-style: normal
font-weight: 400
src: local('Roboto Consended Light'),
local('Roboto-Consended-Light'),
url('/fonts/roboto-condensed-light.woff') format('woff'),
url('/fonts/roboto-condensed-light.woff') format('woff')
@font-face
font-family: 'Roboto'
font-style: normal
font-weight: 700
src: local('Roboto Consended Bold'),
local('Roboto-Consended-Bold'),
url('/fonts/roboto-condensed-bold.woff2') format('woff'),
url('/fonts/roboto-condensed-bold.woff') format('woff')
|