chore: Use font subsetting for Inter (#1553)
Co-authored-by: Nithin David Thomas <webofnithin@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
src: url('~shared/assets/fonts/Inter-Regular.woff2?v=3.11') format('woff2'),
|
||||
url('~shared/assets/fonts/Inter-Regular.woff?v=3.11') format('woff');
|
||||
src: url('~shared/assets/fonts/Inter-Regular.woff2') format('woff2'),
|
||||
url('~shared/assets/fonts/Inter-Regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
@@ -12,6 +12,6 @@
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: swap;
|
||||
src: url('~shared/assets/fonts/Inter-Medium.woff2?v=3.11') format('woff2'),
|
||||
url('~shared/assets/fonts/Inter-Medium.woff?v=3.11') format('woff');
|
||||
src: url('~shared/assets/fonts/Inter-Medium.woff2') format('woff2'),
|
||||
url('~shared/assets/fonts/Inter-Medium.woff') format('woff');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user