mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
update font-face file names for font loading
This commit is contained in:
@@ -163,8 +163,8 @@ body {
|
|||||||
/* Inter Variable Font with browser compatibility considerations */
|
/* Inter Variable Font with browser compatibility considerations */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
src: url('/fonts/Inter-Variable.woff2') format('woff2'),
|
src: url('/fonts/InterVariable.woff2') format('woff2'),
|
||||||
url('/fonts/Inter-Variable.ttf') format('truetype');
|
url('/fonts/InterVariable.ttf') format('truetype');
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
|
|||||||
Reference in New Issue
Block a user