add roboto fallback
This commit is contained in:
parent
35765e39cc
commit
8349d2651d
1 changed files with 1 additions and 5 deletions
|
|
@ -9,11 +9,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
|
||||||
font-family: Roboto;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
font-family: "Roboto", sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: #111;
|
background: #111;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -81,7 +78,6 @@ body {
|
||||||
|
|
||||||
.logo-wrapper .text {
|
.logo-wrapper .text {
|
||||||
font-size: 75px;
|
font-size: 75px;
|
||||||
font-family: "Roboto";
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue