diff --git a/.gitignore b/.gitignore index c83bc51..47bb145 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +.idea + # User-specific files *.rsuser *.suo diff --git a/GuildWarsPartySearch.FrontEnd/Content/stylesheet.css b/GuildWarsPartySearch.FrontEnd/Content/stylesheet.css index 6bf084c..9d83c70 100644 --- a/GuildWarsPartySearch.FrontEnd/Content/stylesheet.css +++ b/GuildWarsPartySearch.FrontEnd/Content/stylesheet.css @@ -6,7 +6,7 @@ body, html { height: 100%; width: 100%; - font-family: Fremont 'Segoe UI', sans-serif; + font-family: 'Fremont Segoe UI', sans-serif; } body { @@ -175,7 +175,7 @@ body { * */ .marker .holder { - font-family: Fremont 'Segoe UI', sans-serif; + font-family: 'Fremont Segoe UI', sans-serif; display: block; padding: 0; margin: 0;