Skip to content

Commit

Permalink
fix font display to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
McAlec1 committed Jan 11, 2025
1 parent b730276 commit e4a78ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

* {margin: 0;padding: 0;box-sizing: border-box;}
::selection {color: #000;background-color: #fff;}
body {cursor: url('/cursor/default.cur'), default;font-display: swap;}
body {cursor: url('/cursor/default.cur'), default;font-display: auto;}

h1 {font-family: LatoBold;}
h1 {font-family: LatoRegular;}
h1 b {font-family: LatoBold;}
h1 i {font-family: LatoBoldItalic;}
h2 {font-family: LatoRegular;}
Expand Down

0 comments on commit e4a78ec

Please sign in to comment.