font proj updated
This commit is contained in:
parent
b7c484434c
commit
f2c3894681
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fonts</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.2/style.css">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.3/brz9-v2.3.css">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/base/all.css">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -64,6 +64,7 @@ let vm = new Vue({
|
|||
os: [
|
||||
"gnu",
|
||||
"debian",
|
||||
"yunohost",
|
||||
"void",
|
||||
"archlinux",
|
||||
"gentoo",
|
||||
|
@ -267,7 +268,7 @@ let vm = new Vue({
|
|||
"steam"
|
||||
],
|
||||
privacy: [
|
||||
"gnuprivacyguard",
|
||||
"gpg",
|
||||
"tor",
|
||||
"signal",
|
||||
"ublockorigin",
|
||||
|
@ -439,6 +440,7 @@ let vm = new Vue({
|
|||
"gitea",
|
||||
"github",
|
||||
"gitlab",
|
||||
"openai",
|
||||
"jupyter",
|
||||
"blender",
|
||||
"inkscape"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.2/brz9-icon-v2.2.css">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/fonts/brz9-v2.3/brz9-v2.3.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
|||
|
||||
<main>
|
||||
<h1>Icon font</h1>
|
||||
<p>This icon font was created with <a href="https://icomoon.io/" target="_blank" rel="noopener noreferrer" class="ext">Icomoon</a>. I tried to group them by category. You can download the whole pack as a zip <a href="brz9-v2.1.zip" target="_blank" rel="noopener noreferrer" class="ext">here</a>. This page can be used to copy the utf8 characters by clicking on the icons. This can be useful to use them in Inkscape or GIMP after installing the .ttf file on your computer. By clicking on the name of the icon, the html span with the appropriate class in your clipboard.</p>
|
||||
<p>This icon font was created with <a href="https://icomoon.io/" target="_blank" rel="noopener noreferrer" class="ext">Icomoon</a>. I tried to group them by category. You can download the whole pack as a zip <a href="https://file.brz9.dev/cdn/fonts/brz9-v2.3.zip" target="_blank" rel="noopener noreferrer" class="ext">here</a>. This page can be used to copy the utf8 characters by clicking on the icons. This can be useful to use them in Inkscape or GIMP after installing the .ttf file on your computer. By clicking on the name of the icon, the html span with the appropriate class in your clipboard.</p>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue