diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-19 16:11:43 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-19 16:11:43 +0300 |
commit | f83e26963ec72c4c57133efd6598a5e0a35a3769 (patch) | |
tree | f65c60b7cf20758732baa71199dfe4910a74d837 /style.css | |
parent | 966a7f5f75c5ef09b340b1e6b719486491522519 (diff) | |
download | eug-vs-xyz-f83e26963ec72c4c57133efd6598a5e0a35a3769.tar.gz |
feat: use local font instead of remote
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +@font-face { + font-family: "Bitter"; + src: url(/public/fonts/Bitter-Regular.woff) format("truetype"); +} html { font-family: "Open Sans", sans-serif; color: #ebdbb2; |