diff options
author | petrus comestor <petrus@comestor.org> | 2024-07-20 03:10:39 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-07-20 03:10:39 -0400 |
commit | f0a7b03fa8530a9a0c9220eb39b6a4061484578b (patch) | |
tree | ce545bd3535df8c7c54648f23e9a96b5633d4ef3 | |
parent | 878171ab5ca9d495025c5bfb1cf3c2caff805e89 (diff) |
svg
-rw-r--r-- | static/logo2-min.svg | 43 |
1 files changed, 41 insertions, 2 deletions
diff --git a/static/logo2-min.svg b/static/logo2-min.svg index ab59eda..adee64c 100644 --- a/static/logo2-min.svg +++ b/static/logo2-min.svg @@ -9,8 +9,47 @@ id="svg1" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"><defs - id="defs1" /><g + xmlns:svg="http://www.w3.org/2000/svg"> + +<defs id="defs1"> +<style> + +@font-face { + font-family: Charter; + src: url(charter_regular.woff2) format('woff2-variations'); + font-style: normal; +} + +@font-face { + font-family: Charter; + src: url(charter_italic.woff2) format('woff2-variations'); + font-style: italic; +} + +@font-face { + font-family: Charter; + src: url(charter_bold.woff2) format('woff2-variations'); + font-weight: bold; +} + +@font-face { + font-family: Charter; + src: url(charter_bold_italic.woff2) format('woff2-variations'); + font-style: italic; + font-weight: bold; +} + +@font-face { + font-family: FiraMono; + src: url(FiraMono-Regular.ttf); + font-style: normal; +} + +</style></defs> + + + +<g id="layer1" transform="translate(-50.127113,-341.24753)"><g id="g2-8" |