Adding font
This commit is contained in:
BIN
src/fonts/.DS_Store
vendored
Normal file
BIN
src/fonts/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
src/fonts/BergenMono/BergenMono-Bold.otf
Normal file
BIN
src/fonts/BergenMono/BergenMono-Bold.otf
Normal file
Binary file not shown.
BIN
src/fonts/BergenMono/BergenMono-Regular.otf
Normal file
BIN
src/fonts/BergenMono/BergenMono-Regular.otf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-Black.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-Black.ttf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-Bold.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-Bold.ttf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-ExtraBold.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-ExtraBold.ttf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-Light.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-Light.ttf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-Medium.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-Medium.ttf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-Normal.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-Normal.ttf
Normal file
Binary file not shown.
BIN
src/fonts/RNSSanz/RNSSanz-SemiBold.ttf
Normal file
BIN
src/fonts/RNSSanz/RNSSanz-SemiBold.ttf
Normal file
Binary file not shown.
60
src/scss/fonts.scss
Normal file
60
src/scss/fonts.scss
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-Light.ttf");
|
||||||
|
font-weight: 300;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-Medium.ttf");
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-Medium.ttf");
|
||||||
|
font-weight: 500;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-SemiBold.ttf");
|
||||||
|
font-weight: 600;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-Bold.ttf");
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-ExtraBold.ttf");
|
||||||
|
font-weight: 800;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "RNSSanz";
|
||||||
|
src: url("../../src/fonts/RNSSanz/RNSSanz-Black.ttf");
|
||||||
|
font-weight: 900;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "BergenMono";
|
||||||
|
src: url("../../src/fonts/BergenMono/BergenMono-Regular.otf");
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "BergenMono";
|
||||||
|
src: url("../../src/fonts/BergenMono/BergenMono-Bold.otf");
|
||||||
|
font-weight: 700;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user