mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
typo
This commit is contained in:
parent
58c0b084ea
commit
b735b6e9da
1 changed files with 3 additions and 3 deletions
|
@ -51,9 +51,9 @@ input.btn:hover {
|
|||
font-style: normal;
|
||||
src: url("Ubuntu.eot");
|
||||
src: url("Ubuntu.eot?#iefix") format("embedded-opentype"),
|
||||
url("../fonts/Ubuntu-L.otf") format("opentype"),
|
||||
url("Ubuntu.svg") format("svg"), url("Ubuntu.ttf") format("ttf"),
|
||||
url("Ubuntu.woff") format("woff"), url("Ubuntu.woff2") format("woff2");
|
||||
url("Ubuntu.otf") format("opentype"), url("Ubuntu.svg") format("svg"),
|
||||
url("Ubuntu.ttf") format("ttf"), url("Ubuntu.woff") format("woff"),
|
||||
url("Ubuntu.woff2") format("woff2");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue