diff --git a/.ci/tags.html b/.ci/tags.html index a0a94b6923..94ff05a739 100644 --- a/.ci/tags.html +++ b/.ci/tags.html @@ -2,51 +2,79 @@ + +
-

Google Fonts Tagger

+ + -
-
-
- - - -
-
- - - -
+ +
- - - -
-
-
- -
+
+ Add Tag +
+
+ + +
+ +
- - - - - - +
+ Add Family +
+
+ + + + + +
-
+
+
@@ -56,20 +84,15 @@

Google Fonts Tagger

No changes

-
-
-
- - -
-

No families found for this tag. Please add some

-
- +
+
+ +
@@ -79,20 +102,19 @@

Google Fonts Tagger

Vue.component('family-item', { props: ['family', 'ready'], template: ` -
-
- {{ family.Family }} -
-
- - -
-
- {{ familyPangram }} -
+
+
+ {{ family.Family }} + + +
+
+ {{ familyPangram }} +
Loading...
+
`, methods: { @@ -370,43 +392,4 @@

Google Fonts Tagger

font-family: "Adobe NotDef"; src: url(https://cdn.jsdelivr.net/gh/adobe-fonts/adobe-notdef/AND-Regular.ttf); } - #app { - font-family: "Roboto", Helvetica, Arial, sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - text-align: left; - color: #2c3e50; - margin-top: 60px; - } - #panel { - position: fixed; - top: 0; - right: 0; - padding: 10px; - background-color: white; - box-shadow: 3px 3px 3px lightgray; - } - .panel-tile { - margin-bottom: 10px; - } - .familyy { - padding-top: 10px; - padding-bottom: 10px; - } - .item { - margin-top: 10px; - padding-top: 10px; - padding-bottom: 10px; - border-top: 1px solid #000; - } - #edited-panel { - position: fixed; - left: 0px; - top: 0px; - width: 80px; - padding: 5px; - background-color: black; - color: white; - font-weight: bold; - }