diff --git a/res/css/font/overpass-mono.css b/res/css/font/overpass-mono.css index 81be909..c751e5e 100644 --- a/res/css/font/overpass-mono.css +++ b/res/css/font/overpass-mono.css @@ -1,20 +1,20 @@ @font-face { font-family: 'overpass-mono'; - src: url('../../fonts/overpass-mono-webfont/overpass-mono-light.woff2') format('woff2'), + src: url('../../fonts/overpass-mono-webfont/overpass-mono-light.woff2') format('woff2'); font-weight: 300; font-style: normal; } @font-face { font-family: 'overpass-mono'; - src: url('../../fonts/overpass-mono-webfont/overpass-mono-regular.woff2') format('woff2'), + src: url('../../fonts/overpass-mono-webfont/overpass-mono-regular.woff2') format('woff2'); font-weight: 400; font-style: normal; } @font-face { font-family: 'overpass-mono'; - src: url('../../fonts/overpass-mono-webfont/overpass-mono-semibold.woff2') format('woff2'), + src: url('../../fonts/overpass-mono-webfont/overpass-mono-semibold.woff2') format('woff2'); font-weight: 500; font-style: normal; } @@ -23,7 +23,7 @@ @font-face { font-family: 'overpass-mono'; - src: url('../../fonts/overpass-mono-webfont/overpass-mono-bold.woff2') format('woff2'), + src: url('../../fonts/overpass-mono-webfont/overpass-mono-bold.woff2') format('woff2'); font-weight: 600; font-style: normal; } diff --git a/res/css/font/overpass.css b/res/css/font/overpass.css index 4cbe5d3..80992b3 100644 --- a/res/css/font/overpass.css +++ b/res/css/font/overpass.css @@ -1,12 +1,12 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-thin.woff2') format('woff2'); /* Super Modern Browsers */ font-weight: 200; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-thin-italic.woff2') format('woff2'); font-weight: 200; font-style: italic; @@ -14,14 +14,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-extralight.woff2') format('woff2'); font-weight: 300; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-extralight-italic.woff2') format('woff2'); font-weight: 300; font-style: italic; @@ -30,14 +30,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-light.woff2') format('woff2'); font-weight: 400; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-light-italic.woff2') format('woff2'); font-weight: 400; font-style: italic; @@ -46,14 +46,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-regular.woff2') format('woff2'); font-weight: 500; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-italic.woff2') format('woff2'); font-weight: 500; font-style: italic; @@ -63,14 +63,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-semibold.woff2') format('woff2'); font-weight: 600; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-semibold-italic.woff2') format('woff2'); font-weight: 600; font-style: italic; @@ -80,14 +80,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-bold.woff2') format('woff2'); font-weight: 700; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-bold-italic.woff2') format('woff2'); font-weight: 700; font-style: italic; @@ -96,14 +96,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-extrabold.woff2') format('woff2'); font-weight: 800; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-extrabold-italic.woff2') format('woff2'); font-weight: 800; font-style: italic; @@ -111,14 +111,14 @@ @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-heavy.woff2') format('woff2'); font-weight: 900; font-style: normal; } @font-face { - font-family: 'font-fak'; + font-family: 'overpass'; src: url('../../fonts/overpass-webfont/overpass-heavy-italic.woff2') format('woff2'); font-weight: 900; font-style: italic; diff --git a/res/popup/popup.html b/res/popup/popup.html index 7906d06..a68735b 100644 --- a/res/popup/popup.html +++ b/res/popup/popup.html @@ -14,7 +14,7 @@ /* width: 100%; */ color: #f8f8f8; background-color: #1f1f1f; - font-family: "font-fak"; /* obv. referencing the gob b clip */ + font-family: "overpass"; font-size: 1em; }