Add Cantarell font variations

This commit is contained in:
Paul W. 2021-12-08 03:07:00 -05:00
parent dcb0c403b3
commit 185b5a5e86
5 changed files with 30 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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;
} }