diff options
author | Eric Bailey <git@esb.lol> | 2024-10-04 16:28:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 16:28:05 -0500 |
commit | 3fb14d184a84cb892c751338c9aea625f5767a47 (patch) | |
tree | f0096e4064af614e92cc46866f539f0e56d85cbd /src/style.css | |
parent | 1cedd4a3c4980dd2120c287497b6bd3098fdf751 (diff) | |
download | voidsky-3fb14d184a84cb892c751338c9aea625f5767a47.tar.zst |
Move font-face defs into HTML for CDN (#5612)
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/style.css b/src/style.css index 72e1ce2a2..a4c501cc1 100644 --- a/src/style.css +++ b/src/style.css @@ -6,21 +6,6 @@ * may need to touch all three. Ask Eric if you aren't sure. */ -@font-face { - font-family: 'InterVariable'; - src: url(/assets/fonts/inter/InterVariable.ttf) format('truetype'); - font-weight: 300 1000; - font-style: normal; - font-display: swap; -} -@font-face { - font-family: 'InterVariableItalic'; - src: url(/assets/fonts/inter/InterVariable-Italic.ttf) format('truetype'); - font-weight: 300 1000; - font-style: italic; - font-display: swap; -} - /** * BEGIN STYLES * |