mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
fix fonts
This commit is contained in:
parent
4b54ae590a
commit
e294ae6e60
1 changed files with 17 additions and 0 deletions
|
|
@ -1,3 +1,20 @@
|
||||||
|
/* Fonts */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Mono';
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
|
src: url('./fonts/fira_mono-regular-webfont.woff2') format('woff2'),
|
||||||
|
url('./fonts/fira_mono-regular-webfont.woff') format('woff');
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Fira Mono';
|
||||||
|
font-weight: 400;
|
||||||
|
font-style: italic;
|
||||||
|
src: url('./fonts/fira_mono-regular_italic-webfont.woff2') format('woff2'), url('../src/fonts/fira_mono-regular_italic-webfont.woff') format('woff');
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
/* Global Styles */
|
/* Global Styles */
|
||||||
:root {
|
:root {
|
||||||
--purple: #b066ff;
|
--purple: #b066ff;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue