Skip to content

Commit

Permalink
Add Lato Light
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKvalheim committed Nov 1, 2024
1 parent 1b5a069 commit 5805ba6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/app/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
font-weight: 700;
src: local('Dosis Bold'), local('Dosis-Bold'), url(/fonts/doris_bold.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(/fonts/lato_light.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: normal;
Expand All @@ -22,6 +28,12 @@
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato_bold.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 300;
src: local('Lato Light Italic'), local('Lato-LightItalic'), url(/fonts/lato_light_italic.ttf) format('truetype');
}
@font-face {
font-family: 'Lato';
font-style: italic;
Expand Down
Binary file added fonts/lato_light.ttf
Binary file not shown.
Binary file added fonts/lato_light_italic.ttf
Binary file not shown.

0 comments on commit 5805ba6

Please sign in to comment.