Add Cera Pro font
This commit is contained in:
parent
53b637c596
commit
7e37a204d3
7 changed files with 29 additions and 6 deletions
BIN
public/assets/fonts/cerapro-bold.woff2
Normal file
BIN
public/assets/fonts/cerapro-bold.woff2
Normal file
Binary file not shown.
BIN
public/assets/fonts/cerapro-medium.woff2
Normal file
BIN
public/assets/fonts/cerapro-medium.woff2
Normal file
Binary file not shown.
BIN
public/assets/fonts/cerapro-regular.woff2
Normal file
BIN
public/assets/fonts/cerapro-regular.woff2
Normal file
Binary file not shown.
|
|
@ -1,7 +1,7 @@
|
|||
@charset "UTF-8";
|
||||
|
||||
@import 'src/0.0.reset.css';
|
||||
@import 'src/0.1.fonts.css';
|
||||
@import 'src/0.0.fonts.css';
|
||||
@import 'src/0.1.reset.css';
|
||||
@import 'src/0.2.variables.css';
|
||||
|
||||
/* GLOBAL CSS */
|
||||
|
|
|
|||
27
src/assets/css/src/0.0.fonts.css
Normal file
27
src/assets/css/src/0.0.fonts.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
/* FONTS */
|
||||
|
||||
/* Font serif */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400..500&display=swap');
|
||||
|
||||
/* Font sans */
|
||||
@font-face {
|
||||
font-family: "Cera Pro";
|
||||
src: local("Cera Pro"), url("assets/fonts/cerapro-regular.woff2") format("woff2");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Cera Pro";
|
||||
src: local("Cera Pro"), url("assets/fonts/cerapro-medium.woff2") format("woff2");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Cera Pro";
|
||||
src: local("Cera Pro"), url("assets/fonts/cerapro-bod.woff2") format("woff2");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
/* FONTS */
|
||||
|
||||
/* Font sans */
|
||||
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@400..500&display=swap');
|
||||
Loading…
Add table
Add a link
Reference in a new issue