Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
feature/fonts: minify and reorganize project
Browse files Browse the repository at this point in the history
  • Loading branch information
9ssi7 committed Dec 16, 2023
1 parent 2a9a505 commit edbbc12
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2,763 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@turistikrota/fonts",
"version": "1.0.0",
"version": "1.0.1",
"description": "Turistik Rota Font Library",
"files": [
"./verdana",
"./assets",
"verdana.css",
"LICENSE"
],
"author": "Sami Salih İbrahimbaş <salih@turistikrota.com> (9ssi7)",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: 'Verdana';
src: url('./verdana.woff2') format('woff2'), url('./verdana.woff') format('woff');
src: url('./assets/verdana.woff2') format('woff2'), url('./assets/verdana.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
Expand Down
Binary file removed packages/fonts/verdana/index.eot
Binary file not shown.
2,760 changes: 0 additions & 2,760 deletions packages/fonts/verdana/index.svg

This file was deleted.

Binary file removed packages/fonts/verdana/index.ttf
Binary file not shown.

0 comments on commit edbbc12

Please sign in to comment.