⚡ Improved font render
This commit is contained in:
parent
5523cece62
commit
6ab7a92184
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* Material Design Icons */
|
||||
@font-face {
|
||||
font-family: "Material Icons";
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(~@/assets/fonts/material-icons-v48.woff2) format("woff2");
|
||||
|
|
@ -25,6 +26,7 @@
|
|||
/* Roboto Mono 400 */
|
||||
@font-face {
|
||||
font-family: "Roboto Mono";
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local("Roboto Mono"), local("RobotoMono-Regular"),
|
||||
|
|
@ -37,6 +39,7 @@
|
|||
/* Poppins 500 */
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local("Poppins Medium"), local("Poppins-Medium"),
|
||||
|
|
@ -49,6 +52,7 @@
|
|||
/* poppins-700 - latin */
|
||||
@font-face {
|
||||
font-family: "Poppins";
|
||||
font-display: swap;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local("Poppins Bold"), local("Poppins-Bold"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue