Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/assets/fonts/Drive-Bold.otf
Binary file not shown.
Binary file added src/assets/fonts/Drive-Bold.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Bold.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-BoldItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-BoldItalic.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-Book.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Book.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-BookItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-BookItalic.woff2
Binary file not shown.
Binary file removed src/assets/fonts/Drive-Extrabold.otf
Binary file not shown.
Binary file added src/assets/fonts/Drive-Extrabold.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Extrabold.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-ExtraboldItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-ExtraboldItalic.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-Extralight.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Extralight.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-ExtralightItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-ExtralightItalic.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-Hairline.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Hairline.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-HairlineItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-HairlineItalic.woff2
Binary file not shown.
Binary file removed src/assets/fonts/Drive-Italic.otf
Binary file not shown.
Binary file added src/assets/fonts/Drive-Italic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Italic.woff2
Binary file not shown.
Binary file removed src/assets/fonts/Drive-Light.otf
Binary file not shown.
Binary file added src/assets/fonts/Drive-Light.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Light.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-LightItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-LightItalic.woff2
Binary file not shown.
Binary file removed src/assets/fonts/Drive-Medium.otf
Binary file not shown.
Binary file added src/assets/fonts/Drive-Medium.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Medium.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-MediumItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-MediumItalic.woff2
Binary file not shown.
Binary file removed src/assets/fonts/Drive-Regular.otf
Binary file not shown.
Binary file added src/assets/fonts/Drive-Regular.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Regular.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-Thin.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-Thin.woff2
Binary file not shown.
Binary file added src/assets/fonts/Drive-ThinItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/Drive-ThinItalic.woff2
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Bold.woff
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Bold.woff2
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-BoldItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-BoldItalic.woff2
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Italic.woff
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Italic.woff2
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Medium.woff
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Medium.woff2
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-MediumItalic.woff
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-MediumItalic.woff2
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Regular.woff
Binary file not shown.
Binary file added src/assets/fonts/DriveProp-Regular.woff2
Binary file not shown.
128 changes: 121 additions & 7 deletions src/themes/custom/assets/fonts/drive.scss
Original file line number Diff line number Diff line change
@@ -1,47 +1,161 @@
@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Light.otf") format("opentype");
src: url("/assets/fonts/Drive-Thin.woff2") format("woff2"),
url("/assets/fonts/Drive-Thin.woff") format("woff");
font-weight: 100;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-ThinItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-ThinItalic.woff") format("woff");
font-weight: 100;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Hairline.woff2") format("woff2"),
url("/assets/fonts/Drive-Hairline.woff") format("woff");
font-weight: 200;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-HairlineItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-HairlineItalic.woff") format("woff");
font-weight: 200;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Extralight.woff2") format("woff2"),
url("/assets/fonts/Drive-Extralight.woff") format("woff");
font-weight: 200;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-ExtralightItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-ExtralightItalic.woff") format("woff");
font-weight: 200;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Light.woff2") format("woff2"),
url("/assets/fonts/Drive-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-LightItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-LightItalic.woff") format("woff");
font-weight: 300;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Regular.woff2") format("woff2"),
url("/assets/fonts/Drive-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Regular.otf") format("opentype");
src: url("/assets/fonts/Drive-Italic.woff2") format("woff2"),
url("/assets/fonts/Drive-Italic.woff") format("woff");
font-weight: 400;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Book.woff2") format("woff2"),
url("/assets/fonts/Drive-Book.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Medium.otf") format("opentype");
src: url("/assets/fonts/Drive-BookItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-BookItalic.woff") format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Medium.woff2") format("woff2"),
url("/assets/fonts/Drive-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Italic.otf") format("opentype");
font-weight: 400;
src: url("/assets/fonts/Drive-MediumItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-MediumItalic.woff") format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Bold.otf") format("opentype");
src: url("/assets/fonts/Drive-Bold.woff2") format("woff2"),
url("/assets/fonts/Drive-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Extrabold.otf") format("opentype");
src: url("/assets/fonts/Drive-BoldItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-BoldItalic.woff") format("woff");
font-weight: 700;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-Extrabold.woff2") format("woff2"),
url("/assets/fonts/Drive-Extrabold.woff") format("woff");
font-weight: 800;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Drive";
src: url("/assets/fonts/Drive-ExtraboldItalic.woff2") format("woff2"),
url("/assets/fonts/Drive-ExtraboldItalic.woff") format("woff");
font-weight: 800;
font-style: italic;
font-display: swap;
}
53 changes: 53 additions & 0 deletions src/themes/custom/assets/fonts/driveProp.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
@font-face {
font-family: "DriveProp";
src: url("/assets/fonts/DriveProp-Regular.woff2") format("woff2"),
url("/assets/fonts/DriveProp-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "DriveProp";
src: url("/assets/fonts/DriveProp-Italic.woff2") format("woff2"),
url("/assets/fonts/DriveProp-Italic.woff") format("woff");
font-weight: 400;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "DriveProp";
src: url("/assets/fonts/DriveProp-Medium.woff2") format("woff2"),
url("/assets/fonts/DriveProp-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "DriveProp";
src: url("/assets/fonts/DriveProp-MediumItalic.woff2") format("woff2"),
url("/assets/fonts/DriveProp-MediumItalic.woff") format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}

@font-face {
font-family: "DriveProp";
src: url("/assets/fonts/DriveProp-Bold.woff2") format("woff2"),
url("/assets/fonts/DriveProp-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "DriveProp";
src: url("/assets/fonts/DriveProp-BoldItalic.woff2") format("woff2"),
url("/assets/fonts/DriveProp-BoldItalic.woff") format("woff");
font-weight: 700;
font-style: italic;
font-display: swap;
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// variables) you can do so here. Their CSS counterparts will include the changes you make here

@import '../assets/fonts/drive.scss';
@import '../assets/fonts/driveProp.scss';

$font-family-sans-serif: "Drive", Calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;

Expand Down
Loading