UI: Changed The Fonts (Now Using Alef) with fallback options
This commit is contained in:
parent
11b7aef006
commit
ad528f910f
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);
|
||||||
|
|
||||||
|
body{
|
||||||
|
font-family: "Alef Hebrew",
|
||||||
|
“Helvetica Neue”,
|
||||||
|
Helvetica,
|
||||||
|
Arial,
|
||||||
|
sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.menuBtn {
|
.menuBtn {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in a new issue