Oops, fix typo blocking non-bold-or-italic Delicious font from loading
This commit is contained in:
parent
cf6a19a7fc
commit
68b6f46939
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */
|
||||
@font-face {
|
||||
font-family: Delicious;
|
||||
src: local("Delicious"), url("<%= font_path "Delicious-Roman.otf" %>)");
|
||||
src: local("Delicious"), url("<%= font_path "Delicious-Roman.otf" %>");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
Loading…
Reference in a new issue