diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-10-24 00:17:47 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-10-24 00:17:47 +0300 |
commit | a39f1b469eec43cd8b1eb5abb451e9914621fc4a (patch) | |
tree | 8cd009694b17c6631c38bb1bb42aabc61df04553 /public/style.css | |
parent | 159150afc918cf13f353ffbcc5abd3ab1b62432c (diff) | |
download | eug-vs-xyz-a39f1b469eec43cd8b1eb5abb451e9914621fc4a.tar.gz |
feat!: use relative linksastro
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index db40b6a..97afdb5 100644 --- a/public/style.css +++ b/public/style.css @@ -1,6 +1,6 @@ @font-face { font-family: "Bitter"; - src: url(/public/fonts/Bitter-Regular.woff) format("truetype"); + src: url(/fonts/Bitter-Regular.woff) format("truetype"); } html { font-family: "Open Sans", sans-serif; |