1.9.3.1
Fix fonts and reduce number loaded Add fonts to build.js
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/* ── SELF-HOSTED FONTS ───────────────────────────────────────────────── */
|
||||
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('../fonts/manrope-400.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('../fonts/manrope-500.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('../fonts/manrope-600.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/manrope-700.woff2') format('woff2'); }
|
||||
@font-face { font-family: 'Fraunces'; font-style: normal; font-weight: 700; font-display: swap; src: url('../fonts/fraunces-700-normal.woff2') format('woff2'); }
|
||||
|
||||
+1
-1
@@ -752,7 +752,7 @@
|
||||
color: #b09870;
|
||||
border-top: 1px solid #e0d0a8;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-weight: 400;
|
||||
font-weight: 600;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
line-height: 1.7;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user