Add Cantarell font variations
This commit is contained in:
parent
dcb0c403b3
commit
185b5a5e86
BIN
public/assets/fonts/Cantarell-Bold.otf
Normal file
BIN
public/assets/fonts/Cantarell-Bold.otf
Normal file
Binary file not shown.
BIN
public/assets/fonts/Cantarell-ExtraBold.otf
Normal file
BIN
public/assets/fonts/Cantarell-ExtraBold.otf
Normal file
Binary file not shown.
BIN
public/assets/fonts/Cantarell-Light.otf
Normal file
BIN
public/assets/fonts/Cantarell-Light.otf
Normal file
Binary file not shown.
BIN
public/assets/fonts/Cantarell-Thin.otf
Normal file
BIN
public/assets/fonts/Cantarell-Thin.otf
Normal file
Binary file not shown.
@ -1,10 +1,39 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Cantarell';
|
font-family: 'Cantarell';
|
||||||
src: url('/assets/fonts/Cantarell-Regular.otf');
|
src: url('/assets/fonts/Cantarell-Regular.otf') format('opentype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Cantarell';
|
||||||
|
src: url('/assets/fonts/Cantarell-Thin.otf') format('opentype');
|
||||||
|
font-weight: 100;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Cantarell';
|
||||||
|
src: url('/assets/fonts/Cantarell-Light.otf') format('opentype');
|
||||||
|
font-weight: 300;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Cantarell';
|
||||||
|
src: url('/assets/fonts/Cantarell-Bold.otf') format('opentype');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Cantarell';
|
||||||
|
src: url('/assets/fonts/Cantarell-ExtraBold.otf') format('opentype');
|
||||||
|
font-weight: 800;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user