Fixes broken font url
parent
bb4710a0b8
commit
56f8baf503
|
@ -114,7 +114,7 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto";
|
||||||
src: url("/fonts/roboto.ttf");
|
src: url("/roboto.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|
Loading…
Reference in New Issue