⚡ Improved font render
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
/* Material Design Icons */
|
/* Material Design Icons */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(~@/assets/fonts/material-icons-v48.woff2) format("woff2");
|
src: url(~@/assets/fonts/material-icons-v48.woff2) format("woff2");
|
||||||
@@ -25,6 +26,7 @@
|
|||||||
/* Roboto Mono 400 */
|
/* Roboto Mono 400 */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto Mono";
|
font-family: "Roboto Mono";
|
||||||
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local("Roboto Mono"), local("RobotoMono-Regular"),
|
src: local("Roboto Mono"), local("RobotoMono-Regular"),
|
||||||
@@ -37,6 +39,7 @@
|
|||||||
/* Poppins 500 */
|
/* Poppins 500 */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Poppins";
|
font-family: "Poppins";
|
||||||
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
src: local("Poppins Medium"), local("Poppins-Medium"),
|
src: local("Poppins Medium"), local("Poppins-Medium"),
|
||||||
@@ -49,6 +52,7 @@
|
|||||||
/* poppins-700 - latin */
|
/* poppins-700 - latin */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Poppins";
|
font-family: "Poppins";
|
||||||
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
src: local("Poppins Bold"), local("Poppins-Bold"),
|
src: local("Poppins Bold"), local("Poppins-Bold"),
|
||||||
|
|||||||
Reference in New Issue
Block a user