fnp
/
emels.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c837e017c7f66dfc2ba8819f7e96ef0e4f09fb50
[emels.git]
/
emels
/
static
/
admin
/
css
/
fonts.css
1
@font-face {
2
font-family: 'Roboto';
3
src: url('../fonts/Roboto-Bold-webfont.woff');
4
font-weight: 700;
5
font-style: normal;
6
}
7
8
@font-face {
9
font-family: 'Roboto';
10
src: url('../fonts/Roboto-Regular-webfont.woff');
11
font-weight: 400;
12
font-style: normal;
13
}
14
15
@font-face {
16
font-family: 'Roboto';
17
src: url('../fonts/Roboto-Light-webfont.woff');
18
font-weight: 300;
19
font-style: normal;
20
}