Compare commits
No commits in common. "68b6f46939249b0efe530fda1390740790b4d8d9" and "9e052789db324de96f10a0e6dd9f31a41a154d4d" have entirely different histories.
68b6f46939
...
9e052789db
2 changed files with 2 additions and 2 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 {
|
||||
|
|
|
@ -18,7 +18,7 @@ $error-color: #8a1f11
|
|||
$error-bg-color: #fbe3e4
|
||||
$error-border-color: #fbc2c4
|
||||
|
||||
$header-font: Delicious, "Noto Sans", Helvetica, Arial, Verdana, sans-serif
|
||||
$header-font: Delicious, Helvetica, Arial, Verdana, sans-serif
|
||||
$main-font: "Noto Sans", Helvetica, Arial, Verdana, sans-serif
|
||||
$text-font: "Noto Serif", Georgia, "Times New Roman", Times, serif
|
||||
|
||||
|
|
Loading…
Reference in a new issue