Skip to content

Commit

Permalink
add the a local font with ttf
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 authored and ManuelMoeri committed Sep 18, 2024
1 parent 2a2b3cf commit 4cbde3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file not shown.
7 changes: 6 additions & 1 deletion src/main/resources/static/styles/styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
@font-face {
font-family: OpenSans, sans-serif;
src: url('../fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
}

body {
margin: 0;
font-family: arial, serif;
font-family: OpenSans, sans-serif;
}

0 comments on commit 4cbde3e

Please sign in to comment.