Skip to content
Merged
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">

# TechOne UI

<img src="icon.png" width="64" height="64" alt="techone-logo">
### TechOne UI
_Open-source UI framework. Zero deps._

[![GitHub](https://img.shields.io/badge/GitHub-ll1ness-333?style=flat-square&logo=github)](https://github.com/ll1ness/techone-ui)
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
============================================ */
@font-face {
font-family: 'TechOnCartoon';
src: url('/ttf/cartoon.ttf') format('truetype');
src: url('ttf/cartoon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'TechOnNotes';
src: url('/ttf/notes.ttf') format('truetype');
src: url('ttf/notes.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
Expand Down
Loading