fix: sposta @import prima di @font-face in global.css
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
Font: Justov (display) + IBM Plex Sans + IBM Plex Mono
|
||||
============================================================ */
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&family=IBM+Plex+Mono:wght@300;400&display=swap');
|
||||
|
||||
@font-face {
|
||||
font-family: 'Justov';
|
||||
src: url('/assets/Justov.woff2') format('woff2'),
|
||||
@@ -12,8 +14,6 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500&family=IBM+Plex+Mono:wght@300;400&display=swap');
|
||||
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
|
||||
:root {
|
||||
|
||||
Reference in New Issue
Block a user