Skip to content

Commit

Permalink
Font Family Added
Browse files Browse the repository at this point in the history
  • Loading branch information
aAmitSengar committed Sep 13, 2022
1 parent 2df69f6 commit e7efb22
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/spv-assets/fonts/lato/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
url('Lato-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
font-display: swap;
}

@font-face {
Expand All @@ -12,6 +13,7 @@
url('Lato-Black.woff') format('woff');
font-weight: 900;
font-style: normal;
font-display: swap;
}

@font-face {
Expand All @@ -20,6 +22,7 @@
url('Lato-BlackItalic.woff') format('woff');
font-weight: 900;
font-style: italic;
font-display: swap;
}

@font-face {
Expand All @@ -28,6 +31,7 @@
url('Lato-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
Expand All @@ -36,6 +40,7 @@
url('Lato-LightItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}

@font-face {
Expand All @@ -44,6 +49,7 @@
url('Lato-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}

@font-face {
Expand All @@ -52,6 +58,7 @@
url('Lato-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}

@font-face {
Expand All @@ -60,6 +67,7 @@
url('Lato-Hairline.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
Expand All @@ -68,6 +76,7 @@
url('Lato-HairlineItalic.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}

@font-face {
Expand All @@ -76,4 +85,29 @@
url('Lato-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Lato-Regular';
src: url('Lato-Regular.woff') format('woff2'), url('Lato-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Lato-SemiBold';
src: url('Lato-Bold.woff2') format('woff2'), url('Lato-Bold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Lato-Bold';
src: url('Lato-Bold.woff2') format('woff2'), url('Lato-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}
9 changes: 9 additions & 0 deletions src/spv-assets/fonts/montserrat/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,12 @@
font-display: swap;
}


@font-face {
font-family: 'Montserrat-SemiBold';
src: url('Montserrat-SemiBold.woff2') format('woff2'),
url('Montserrat-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}

0 comments on commit e7efb22

Please sign in to comment.