Fixed typo for the font Evogria in the css
This commit is contained in:
parent
097a8db09c
commit
5e5765e806
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ body {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: race;
|
font-family: race;
|
||||||
src: url(resources/evogria.otf);
|
src: url(resources/Evogria.otf);
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
|
|
Loading…
Reference in a new issue