9 lines
160 B
CSS
9 lines
160 B
CSS
|
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
|
||
|
|
||
|
* {
|
||
|
font-family: Raleway, sans-serif;
|
||
|
}
|
||
|
|
||
|
.form-actions {
|
||
|
text-align: right;
|
||
|
}
|