From d2a52f079e3b71efa3efcc6f0804f5f27ac1069f Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sat, 13 Nov 2021 17:21:57 -0500 Subject: [PATCH] remove unused font link --- src/defaultPlugin.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/defaultPlugin.css b/src/defaultPlugin.css index 7dddec1..2d6d907 100644 --- a/src/defaultPlugin.css +++ b/src/defaultPlugin.css @@ -85,12 +85,4 @@ table.cv-table{ border-radius: 5px; } -@font-face { - font-family: PlexMono; - src: url("media/IBMPlexMono-Text.otf") format("opentype"); -} -@font-face { - font-family: PlexSans; - src: url("media/IBMPlexSans-Light.otf") format("opentype"); -}