diff --git a/src/styles/global.css b/src/styles/global.css index dd28724..4681319 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -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 {