diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-21 05:36:02 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-21 05:36:02 +0000 |
commit | 85db7c5287ae58efc108263f7a40bdbd02de1a82 (patch) | |
tree | 8292d90db8999dabc2e3872ea75547cb7fcf0c2d /dbdocs/fonts/indieflower/indie-flower.css | |
parent | changed the max doc size to 40K characters.255 was not enough... (diff) | |
download | mdrtl-85db7c5287ae58efc108263f7a40bdbd02de1a82.tar.gz mdrtl-85db7c5287ae58efc108263f7a40bdbd02de1a82.zip |
added docs for the db using schemaspy
Diffstat (limited to 'dbdocs/fonts/indieflower/indie-flower.css')
-rw-r--r-- | dbdocs/fonts/indieflower/indie-flower.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dbdocs/fonts/indieflower/indie-flower.css b/dbdocs/fonts/indieflower/indie-flower.css new file mode 100644 index 0000000..29c3285 --- /dev/null +++ b/dbdocs/fonts/indieflower/indie-flower.css @@ -0,0 +1,12 @@ +@font-face { + font-family: 'Indie Flower'; + font-style: normal; + font-weight: 400; + src: url('indie-flower-v8-latin-regular.eot'); /* IE9 Compat Modes */ + src: local('Indie Flower'), local('IndieFlower'), + url('indie-flower-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ + url('indie-flower-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ + url('indie-flower-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ + url('indie-flower-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ + url('indie-flower-v8-latin-regular.svg#IndieFlower') format('svg'); /* Legacy iOS */ +}
\ No newline at end of file |