I <3 ROBOTO. [ci skip]
This commit is contained in:
parent
6daafbd5a8
commit
3704170416
2 changed files with 13 additions and 1 deletions
BIN
app/assets/images/fonts/Roboto-Regular.ttf
Normal file
BIN
app/assets/images/fonts/Roboto-Regular.ttf
Normal file
Binary file not shown.
|
|
@ -27,11 +27,23 @@ $sand : rgb(245, 239, 237);
|
|||
max-width : $two-column-width + px;
|
||||
}
|
||||
|
||||
/* ROBOTO!!!!!! */
|
||||
@font-face {
|
||||
font-family : Roboto;
|
||||
src : image_url('fonts/Roboto-Regular.tff')
|
||||
}
|
||||
|
||||
body, p, h1, h2, h3, h4, h5, h6 {
|
||||
font-family : Roboto, Helvetica, sans;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color : #F6F6F6;
|
||||
background-image : image_url('pattern.jpg')
|
||||
background-image : image_url('pattern.jpg');
|
||||
}
|
||||
|
||||
|
||||
|
||||
.canvas-frame {
|
||||
float : left;
|
||||
margin : 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue