Skip to content

Commit

Permalink
font fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dankehidayat committed Feb 26, 2023
1 parent f410003 commit ac54533
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@
box-sizing: border-box;
}

@font-face {
font-family: 'azukifontB';
font-style: normal;
font-weight: 400;
src: url('../startpage/fonts/azukifontB.ttf') format('truetype')
}

body {
/*font-family: 'Roboto', sans-serif;*/
src: url('../startpage/fonts/azukifontB.ttf') format('truetype')
font-family: 'azukifontB', Roboto;
background-color: #f7d4e8;
}
Expand Down Expand Up @@ -125,7 +131,7 @@ main {
display: flex;
flex-direction: column;
align-items: flex-end;
font-family: 'Open Sans', sans-serif;
font-family: 'azukifontB', sans-serif;
color: #333;
}

Expand Down

0 comments on commit ac54533

Please sign in to comment.