Skip to content

Commit

Permalink
add font files
Browse files Browse the repository at this point in the history
  • Loading branch information
maloua committed Sep 9, 2024
1 parent 1117436 commit 9e854be
Show file tree
Hide file tree
Showing 57 changed files with 51 additions and 3 deletions.
54 changes: 51 additions & 3 deletions assets/css/surf.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
@font-face {
font-family: Nunito;
src: url(../fonts/Nunito/Nunito-Regular.woff2) format("woff2"), url(../fonts/Nunito/Nunito-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-display: fallback
}

@font-face {
font-family: Nunito;
src: url(../fonts/Nunito/Nunito-SemiBold.woff2) format("woff2"), url(../fonts/Nunito/Nunito-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
font-display: fallback
}

@font-face {
font-family: Nunito;
src: url(../fonts/Nunito/Nunito-Bold.woff2) format("woff2"), url(../fonts/Nunito/Nunito-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
font-display: fallback
}

@font-face {
font-family: 'Source Sans Pro';
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.woff2) format("woff2"), url(../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-display: fallback
}

@font-face {
font-family: 'Source Sans Pro';
src: url(../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.woff2) format("woff2"), url(../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
font-display: fallback
}

@font-face {
font-family: 'Source Sans Pro';
src: url(../fonts/Source_Sans_Pro/SourceSansPro-Bold.woff2) format("woff2"), url(../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
font-display: fallback
}

:root,
:host {
/*
Expand Down Expand Up @@ -140,9 +188,9 @@
--sl-color-neutral-900: var(--sl-color-gray-900);
--sl-color-neutral-950: var(--sl-color-gray-950);

/* Neutral one-offs */
--sl-color-neutral-0: #FFFFFF;
--sl-color-neutral-1000: #000000;
/* Neutral one-offs */
--sl-color-neutral-0: #FFFFFF;
--sl-color-neutral-1000: #000000;

/* Informative - custom SURF tokens */
--sl-color-informative-50: var(--sl-color-blue-50);
Expand Down
Binary file added assets/fonts/Nunito/Nunito-Black.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Black.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-BlackItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-BlackItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Bold.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Bold.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-BoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-BoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraBold.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraBold.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraBoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraBoldItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraLight.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraLight.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraLightItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-ExtraLightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Italic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Italic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Light.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Light.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-LightItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-LightItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Medium.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Medium.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-MediumItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-MediumItalic.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Regular.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-Regular.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-SemiBold.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-SemiBold.woff2
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-SemiBoldItalic.ttf
Binary file not shown.
Binary file added assets/fonts/Nunito/Nunito-SemiBoldItalic.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9e854be

Please sign in to comment.