Skip to content

Commit

Permalink
Added offline font.
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-west authored and thamara committed Dec 27, 2023
1 parent 1103e35 commit cbd90c6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file added css/fonts/Montserrat/static/Montserrat-Bold.ttf
Binary file not shown.
Binary file not shown.
15 changes: 14 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
/* stylelint-disable no-descending-specificity */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
/* Fonts from https://fonts.google.com/specimen/Montserrat */
@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat/static/montserrat-regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat/static/montserrat-bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}

/* This is an implicit, and an explicit declaration of the Default color scheme */

Expand Down

0 comments on commit cbd90c6

Please sign in to comment.