v2.7
This commit is contained in:
parent
e42eac7400
commit
771c99bc19
|
@ -33,7 +33,7 @@ Vue.component("icon", {
|
||||||
return (
|
return (
|
||||||
'<span class="brz9-icon-' +
|
'<span class="brz9-icon-' +
|
||||||
this.name +
|
this.name +
|
||||||
'"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span></span>'
|
'"><span class="path1"></span><span class="path2"></span><span class="path3"></span><span class="path4"></span><span class="path5"></span><span class="path6"></span><span class="path7"></span><span class="path8"></span><span class="path9"></span><span class="path10"></span><span class="path11"></span><span class="path12"></span><span class="path13"></span><span class="path14"></span><span class="path15"></span><span class="path16"></span><span class="path17"></span><span class="path18"></span><span class="path19"></span><span class="path20"></span><span class="path21"></span><span class="path22"></span></span>'
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -437,9 +437,12 @@ let vm = new Vue({
|
||||||
],
|
],
|
||||||
politics: [
|
politics: [
|
||||||
"lfi",
|
"lfi",
|
||||||
|
"npa",
|
||||||
"pcf",
|
"pcf",
|
||||||
"ps",
|
"ps",
|
||||||
"eelv",
|
"eelv",
|
||||||
|
"modem",
|
||||||
|
"renaissance",
|
||||||
"lr",
|
"lr",
|
||||||
"rn",
|
"rn",
|
||||||
"cgt",
|
"cgt",
|
||||||
|
@ -508,13 +511,34 @@ let vm = new Vue({
|
||||||
"osm",
|
"osm",
|
||||||
"leaflet",
|
"leaflet",
|
||||||
"openai",
|
"openai",
|
||||||
|
"claude",
|
||||||
|
"anthropic",
|
||||||
"qwen",
|
"qwen",
|
||||||
"deepseek",
|
"deepseek",
|
||||||
"mistral",
|
"mistral",
|
||||||
"meta",
|
"meta",
|
||||||
"grok",
|
"grok",
|
||||||
"ollama",
|
"moonshot",
|
||||||
|
"zai",
|
||||||
|
"cohere",
|
||||||
|
"snowflake",
|
||||||
|
"perplexity",
|
||||||
|
"stability",
|
||||||
|
"civitai",
|
||||||
|
"bfl",
|
||||||
|
"midjourney",
|
||||||
|
"replit",
|
||||||
|
"elevenlabs",
|
||||||
|
"udio",
|
||||||
|
"suno",
|
||||||
|
"coqui",
|
||||||
"mcp",
|
"mcp",
|
||||||
|
"huggingface",
|
||||||
|
"nvidia",
|
||||||
|
"groq",
|
||||||
|
"openrouter",
|
||||||
|
"ollama",
|
||||||
|
"openwebui",
|
||||||
"jupyter",
|
"jupyter",
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"blender",
|
"blender",
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://file.brz9.dev/cdn/fonts/brz9-v2.6/style.css"
|
href="https://file.brz9.dev/cdn/fonts/brz9-v2.7/style.css"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<link
|
<link
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
>. I tried to group them by category. You can download the
|
>. I tried to group them by category. You can download the
|
||||||
whole pack as a zip
|
whole pack as a zip
|
||||||
<a
|
<a
|
||||||
href="https://file.brz9.dev/cdn/fonts/brz9-v2.6.zip"
|
href="https://file.brz9.dev/cdn/fonts/brz9-v2.7.zip"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
class="ext"
|
class="ext"
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
clicking on the icons. This can be useful to use them in
|
clicking on the icons. This can be useful to use them in
|
||||||
Inkscape or GIMP after installing the .ttf file on your
|
Inkscape or GIMP after installing the .ttf file on your
|
||||||
computer. By clicking on the name of the icon, the html span
|
computer. By clicking on the name of the icon, the html span
|
||||||
with the appropriate class in your clipboard.
|
with the appropriate class will be copied in your clipboard.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue