Remove Roboto
This commit is contained in:
parent
548132ab48
commit
06e2a445ab
6 changed files with 14 additions and 44 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -4,26 +4,27 @@
|
|||
html { min-height: 100%; }
|
||||
|
||||
#big-number {
|
||||
font-family: Roboto-BoldCondensed, Helvetica, Arial, sans-serif;
|
||||
color: $light-grey;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 250px;
|
||||
line-height: 1em;
|
||||
padding-top: 80px;
|
||||
text-align: center;
|
||||
padding-top: 100px;
|
||||
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
|
||||
color: #ddd;
|
||||
}
|
||||
.transparent {
|
||||
opacity: 0.8;
|
||||
}
|
||||
#content {
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
font-size: 1.25em;
|
||||
line-height: 1.5em;
|
||||
color: $text-dark-grey;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 1.25em;
|
||||
left: 0;
|
||||
line-height: 1.5em;
|
||||
position: absolute;
|
||||
left: 0; right: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 $white;
|
||||
}
|
||||
|
||||
#error_404 {
|
||||
|
|
@ -31,7 +32,7 @@ html { min-height: 100%; }
|
|||
height: 100%;
|
||||
bottom:0px;
|
||||
margin: 0px;
|
||||
font-family: Roboto, Helvetica, Arial, sans-serif;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
color: #666;
|
||||
|
|
@ -39,10 +40,10 @@ html { min-height: 100%; }
|
|||
background-attachment: fixed;
|
||||
|
||||
#big-number {
|
||||
font-family: Roboto-BoldCondensed, Helvetica, Arial, sans-serif;
|
||||
color: $light-grey;
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
font-size: 250px;
|
||||
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
@ -56,7 +57,7 @@ html { min-height: 100%; }
|
|||
|
||||
.transparent {
|
||||
filter: alpha(opacity=80);
|
||||
opacity: 0.8;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,18 +39,6 @@ a.tag { word-break: break-all; }
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
/* bootstrap label fixes for Roboto */
|
||||
.label {
|
||||
padding : 2px 5px;
|
||||
padding-bottom : 3px;
|
||||
|
||||
span {
|
||||
display : inline-block;
|
||||
position : relative;
|
||||
top : 1px;
|
||||
}
|
||||
}
|
||||
|
||||
#back-to-top {
|
||||
display: block;
|
||||
color: white;
|
||||
|
|
|
|||
|
|
@ -1,22 +1,3 @@
|
|||
/* Roboto */
|
||||
@font-face {
|
||||
font-family : Roboto;
|
||||
src : image-url('fonts/Roboto-Regular.ttf');
|
||||
weight : normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family : Roboto-Bold;
|
||||
src : image-url('fonts/Roboto-Bold.ttf');
|
||||
weight : normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family : Roboto-Light;
|
||||
src : image-url('fonts/Roboto-Light.ttf');
|
||||
weight : normal;
|
||||
}
|
||||
|
||||
/* diaspora custom icons font */
|
||||
@font-face {
|
||||
font-family: "diaspora-custom";
|
||||
|
|
|
|||
Loading…
Reference in a new issue