Browse Source

Update to v0.12.0

Angel Ruiz (aka SirKeldon) 1 year ago
parent
commit
a06ab0151e
2 changed files with 2 additions and 1 deletions
  1. 1 1
      package.json
  2. 1 0
      tailwind.preset.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "circletone",
-  "version": "0.11.0",
+  "version": "0.12.0",
   "peerDependencies": {
     "@angular/common": "^17.3.0",
     "@angular/core": "^17.3.0"

+ 1 - 0
tailwind.preset.js

@@ -9,6 +9,7 @@ module.exports = {
       fontFamily: {
         primary: 'var(--font-primary)',
         title: 'var(--font-title)',
+        logo: 'var(--font-logo)',
       },
       colors: {
         ...colors,