From c4a28bafd0e7ca9f1682ca429ffc17ab16fd2a73 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Sat, 10 Aug 2024 10:19:02 +0200 Subject: [PATCH] fix font --- .gitignore | 2 ++ GuildWarsPartySearch.FrontEnd/Content/stylesheet.css | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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;