Skip to content

Commit

Permalink
Set pref font to Fremont
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Aug 9, 2024
1 parent b53c4e6 commit bb3dbbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Binary file not shown.
11 changes: 8 additions & 3 deletions GuildWarsPartySearch.FrontEnd/Content/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
body, html {
@font-face{
font-family: "Fremont";
src: url(fonts/Fremont.woff)
}

body, html {
height: 100%;
width: 100%;
font-family: 'Segoe UI', sans-serif;
font-family: Fremont 'Segoe UI', sans-serif;
}

body {
Expand Down Expand Up @@ -170,7 +175,7 @@ body {
*
*/
.marker .holder {
font-family: 'Segoe UI', sans-serif;
font-family: Fremont 'Segoe UI', sans-serif;
display: block;
padding: 0;
margin: 0;
Expand Down

0 comments on commit bb3dbbd

Please sign in to comment.