diff options
| author | Bobby <[email protected]> | 2022-11-12 03:48:19 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-12 03:48:19 -0500 |
| commit | e1b1b47269822663aef63d1e7d607426fcdaae1c (patch) | |
| tree | 5748981909d8b03d34bec6d4250b7e1a1411aa90 /static/css/fonts.css | |
| parent | 6d365f24e6b37128b302b1f11cc843f67a9d94f2 (diff) | |
| download | thatcomputerscientist-e1b1b47269822663aef63d1e7d607426fcdaae1c.tar.xz thatcomputerscientist-e1b1b47269822663aef63d1e7d607426fcdaae1c.zip | |
fixing homepage for older browsers
Diffstat (limited to 'static/css/fonts.css')
| -rw-r--r-- | static/css/fonts.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/fonts.css b/static/css/fonts.css index 58e4199f..c035afaf 100644 --- a/static/css/fonts.css +++ b/static/css/fonts.css @@ -1,6 +1,6 @@ @font-face { font-family: 'TopNavbar'; - src: url('../fonts/pdos.ttf'); + src: url('../fonts/pdos.ttf') format('truetype'); font-weight: normal; font-style: normal; }
\ No newline at end of file |
