From d5980cba89f7e3403624086f8637459591136c4f Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Tue, 19 Dec 2023 17:44:43 +1300 Subject: [PATCH 1/3] Initial DiceFont commit --- themes/fonts/5e/dicefont.less | 118 +++++++++++++++++++++++++++++++++ themes/fonts/5e/dicefont.woff | Bin 0 -> 5436 bytes themes/fonts/5e/dicefont.woff2 | Bin 0 -> 3948 bytes themes/fonts/5e/fonts.less | 2 + 4 files changed, 120 insertions(+) create mode 100644 themes/fonts/5e/dicefont.less create mode 100644 themes/fonts/5e/dicefont.woff create mode 100644 themes/fonts/5e/dicefont.woff2 diff --git a/themes/fonts/5e/dicefont.less b/themes/fonts/5e/dicefont.less new file mode 100644 index 000000000..031fcc600 --- /dev/null +++ b/themes/fonts/5e/dicefont.less @@ -0,0 +1,118 @@ +/* + Icon Font: dicefont +*/ +@font-face { + font-family: 'DiceFont'; + src: url('../../../fonts/5e/dicefont.woff2') format('woff2'), + url('../../../fonts/5e/dicefont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +.df { + display: inline-block; + font-family: 'DiceFont'; + font-style: normal; + font-weight: normal; + font-variant: normal; + line-height: 1; + text-decoration: inherit; + text-rendering: optimizeLegibility; + text-transform: none; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + font-smooth: antialiased; + &.df-F:before { content: '\f190'; } + &.df-F-minus:before { content: '\f191'; } + &.df-F-plus:before { content: '\f192'; } + &.df-F-zero:before { content: '\f193'; } + &.df-d10:before { content: '\f194'; } + &.df-d10-0:before { content: '\f100'; } + &.df-d10-1:before { content: '\f101'; } + &.df-d10-10:before { content: '\f102'; } + &.df-d10-2:before { content: '\f103'; } + &.df-d10-3:before { content: '\f104'; } + &.df-d10-4:before { content: '\f105'; } + &.df-d10-5:before { content: '\f106'; } + &.df-d10-6:before { content: '\f107'; } + &.df-d10-7:before { content: '\f108'; } + &.df-d10-8:before { content: '\f109'; } + &.df-d10-9:before { content: '\f10a'; } + &.df-d12:before { content: '\f195'; } + &.df-d12-1:before { content: '\f10b'; } + &.df-d12-10:before { content: '\f10c'; } + &.df-d12-11:before { content: '\f10d'; } + &.df-d12-12:before { content: '\f10e'; } + &.df-d12-2:before { content: '\f10f'; } + &.df-d12-3:before { content: '\f110'; } + &.df-d12-4:before { content: '\f111'; } + &.df-d12-5:before { content: '\f112'; } + &.df-d12-6:before { content: '\f113'; } + &.df-d12-7:before { content: '\f114'; } + &.df-d12-8:before { content: '\f115'; } + &.df-d12-9:before { content: '\f116'; } + &.df-d2:before { content: '\f196'; } + &.df-d2-1:before { content: '\f117'; } + &.df-d2-2:before { content: '\f118'; } + &.df-d20:before { content: '\f197'; } + &.df-d20-1:before { content: '\f119'; } + &.df-d20-10:before { content: '\f11a'; } + &.df-d20-11:before { content: '\f11b'; } + &.df-d20-12:before { content: '\f11c'; } + &.df-d20-13:before { content: '\f11d'; } + &.df-d20-14:before { content: '\f11e'; } + &.df-d20-15:before { content: '\f11f'; } + &.df-d20-16:before { content: '\f120'; } + &.df-d20-17:before { content: '\f121'; } + &.df-d20-18:before { content: '\f122'; } + &.df-d20-19:before { content: '\f123'; } + &.df-d20-2:before { content: '\f124'; } + &.df-d20-20:before { content: '\f125'; } + &.df-d20-3:before { content: '\f126'; } + &.df-d20-4:before { content: '\f127'; } + &.df-d20-5:before { content: '\f128'; } + &.df-d20-6:before { content: '\f129'; } + &.df-d20-7:before { content: '\f12a'; } + &.df-d20-8:before { content: '\f12b'; } + &.df-d20-9:before { content: '\f12c'; } + &.df-d4:before { content: '\f198'; } + &.df-d4-1:before { content: '\f12d'; } + &.df-d4-2:before { content: '\f12e'; } + &.df-d4-3:before { content: '\f12f'; } + &.df-d4-4:before { content: '\f130'; } + &.df-d6:before { content: '\f199'; } + &.df-d6-1:before { content: '\f131'; } + &.df-d6-2:before { content: '\f132'; } + &.df-d6-3:before { content: '\f133'; } + &.df-d6-4:before { content: '\f134'; } + &.df-d6-5:before { content: '\f135'; } + &.df-d6-6:before { content: '\f136'; } + &.df-d8:before { content: '\f19a'; } + &.df-d8-1:before { content: '\f137'; } + &.df-d8-2:before { content: '\f138'; } + &.df-d8-3:before { content: '\f139'; } + &.df-d8-4:before { content: '\f13a'; } + &.df-d8-5:before { content: '\f13b'; } + &.df-d8-6:before { content: '\f13c'; } + &.df-d8-7:before { content: '\f13d'; } + &.df-d8-8:before { content: '\f13e'; } + &.df-dot-d6:before { content: '\f19b'; } + &.df-dot-d6-1:before { content: '\f13f'; } + &.df-dot-d6-2:before { content: '\f140'; } + &.df-dot-d6-3:before { content: '\f141'; } + &.df-dot-d6-4:before { content: '\f142'; } + &.df-dot-d6-5:before { content: '\f143'; } + &.df-dot-d6-6:before { content: '\f18f'; } + &.df-small-dot-d6-1:before { content: '\f183'; } + &.df-small-dot-d6-2:before { content: '\f184'; } + &.df-small-dot-d6-3:before { content: '\f185'; } + &.df-small-dot-d6-4:before { content: '\f186'; } + &.df-small-dot-d6-5:before { content: '\f187'; } + &.df-small-dot-d6-6:before { content: '\f188'; } + &.df-solid-small-dot-d6-1:before { content: '\f189'; } + &.df-solid-small-dot-d6-2:before { content: '\f18a'; } + &.df-solid-small-dot-d6-3:before { content: '\f18b'; } + &.df-solid-small-dot-d6-4:before { content: '\f18c'; } + &.df-solid-small-dot-d6-5:before { content: '\f18d'; } + &.df-solid-small-dot-d6-6:before { content: '\f18e'; } +} \ No newline at end of file diff --git a/themes/fonts/5e/dicefont.woff b/themes/fonts/5e/dicefont.woff new file mode 100644 index 0000000000000000000000000000000000000000..d6f54f38e4ed8cac6ca23368944b9556a4e4f0a4 GIT binary patch literal 5436 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 literal 0 HcmV?d00001 diff --git a/themes/fonts/5e/dicefont.woff2 b/themes/fonts/5e/dicefont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..342bf7d95d5734c1e1550c568797e7fbcad61707 GIT binary patch literal 3948 zcmV-y50mhBPew8T0RR9101s>c4FCWD08`)q01pxX0RR9100000000000000000000 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 Date: Tue, 19 Dec 2023 17:48:23 +1300 Subject: [PATCH 2/3] Add DiceFont license file --- themes/fonts/5e/dicefont_license.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/fonts/5e/dicefont_license.md diff --git a/themes/fonts/5e/dicefont_license.md b/themes/fonts/5e/dicefont_license.md new file mode 100644 index 000000000..edfbd926d --- /dev/null +++ b/themes/fonts/5e/dicefont_license.md @@ -0,0 +1,18 @@ +# License + +DiceFont is open source. You can use it for commercial projects, personal +projects or open source projects. + +## Font License + +Applies to all desktop and webfont files: [License: SIL OFL 1.1](http://scripts.sil.org/OFL) + +## Code License + +Applies to all CSS and LESS files: [License: MIT License](http://opensource.org/licenses/mit-license.html) + +## Documentation License + +Applies to all other files [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/) + +Copyright [Franco Ponticelli](https://github.com/fponticelli). From ad5ad05b7baeb309e1af36c900b0cfa05f692ef8 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Thu, 22 Feb 2024 20:02:09 +1300 Subject: [PATCH 3/3] Simplify syntax --- themes/fonts/5e/dicefont.less | 186 +++++++++++++++++----------------- 1 file changed, 93 insertions(+), 93 deletions(-) diff --git a/themes/fonts/5e/dicefont.less b/themes/fonts/5e/dicefont.less index 031fcc600..887a7c27c 100644 --- a/themes/fonts/5e/dicefont.less +++ b/themes/fonts/5e/dicefont.less @@ -22,97 +22,97 @@ -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smooth: antialiased; - &.df-F:before { content: '\f190'; } - &.df-F-minus:before { content: '\f191'; } - &.df-F-plus:before { content: '\f192'; } - &.df-F-zero:before { content: '\f193'; } - &.df-d10:before { content: '\f194'; } - &.df-d10-0:before { content: '\f100'; } - &.df-d10-1:before { content: '\f101'; } - &.df-d10-10:before { content: '\f102'; } - &.df-d10-2:before { content: '\f103'; } - &.df-d10-3:before { content: '\f104'; } - &.df-d10-4:before { content: '\f105'; } - &.df-d10-5:before { content: '\f106'; } - &.df-d10-6:before { content: '\f107'; } - &.df-d10-7:before { content: '\f108'; } - &.df-d10-8:before { content: '\f109'; } - &.df-d10-9:before { content: '\f10a'; } - &.df-d12:before { content: '\f195'; } - &.df-d12-1:before { content: '\f10b'; } - &.df-d12-10:before { content: '\f10c'; } - &.df-d12-11:before { content: '\f10d'; } - &.df-d12-12:before { content: '\f10e'; } - &.df-d12-2:before { content: '\f10f'; } - &.df-d12-3:before { content: '\f110'; } - &.df-d12-4:before { content: '\f111'; } - &.df-d12-5:before { content: '\f112'; } - &.df-d12-6:before { content: '\f113'; } - &.df-d12-7:before { content: '\f114'; } - &.df-d12-8:before { content: '\f115'; } - &.df-d12-9:before { content: '\f116'; } - &.df-d2:before { content: '\f196'; } - &.df-d2-1:before { content: '\f117'; } - &.df-d2-2:before { content: '\f118'; } - &.df-d20:before { content: '\f197'; } - &.df-d20-1:before { content: '\f119'; } - &.df-d20-10:before { content: '\f11a'; } - &.df-d20-11:before { content: '\f11b'; } - &.df-d20-12:before { content: '\f11c'; } - &.df-d20-13:before { content: '\f11d'; } - &.df-d20-14:before { content: '\f11e'; } - &.df-d20-15:before { content: '\f11f'; } - &.df-d20-16:before { content: '\f120'; } - &.df-d20-17:before { content: '\f121'; } - &.df-d20-18:before { content: '\f122'; } - &.df-d20-19:before { content: '\f123'; } - &.df-d20-2:before { content: '\f124'; } - &.df-d20-20:before { content: '\f125'; } - &.df-d20-3:before { content: '\f126'; } - &.df-d20-4:before { content: '\f127'; } - &.df-d20-5:before { content: '\f128'; } - &.df-d20-6:before { content: '\f129'; } - &.df-d20-7:before { content: '\f12a'; } - &.df-d20-8:before { content: '\f12b'; } - &.df-d20-9:before { content: '\f12c'; } - &.df-d4:before { content: '\f198'; } - &.df-d4-1:before { content: '\f12d'; } - &.df-d4-2:before { content: '\f12e'; } - &.df-d4-3:before { content: '\f12f'; } - &.df-d4-4:before { content: '\f130'; } - &.df-d6:before { content: '\f199'; } - &.df-d6-1:before { content: '\f131'; } - &.df-d6-2:before { content: '\f132'; } - &.df-d6-3:before { content: '\f133'; } - &.df-d6-4:before { content: '\f134'; } - &.df-d6-5:before { content: '\f135'; } - &.df-d6-6:before { content: '\f136'; } - &.df-d8:before { content: '\f19a'; } - &.df-d8-1:before { content: '\f137'; } - &.df-d8-2:before { content: '\f138'; } - &.df-d8-3:before { content: '\f139'; } - &.df-d8-4:before { content: '\f13a'; } - &.df-d8-5:before { content: '\f13b'; } - &.df-d8-6:before { content: '\f13c'; } - &.df-d8-7:before { content: '\f13d'; } - &.df-d8-8:before { content: '\f13e'; } - &.df-dot-d6:before { content: '\f19b'; } - &.df-dot-d6-1:before { content: '\f13f'; } - &.df-dot-d6-2:before { content: '\f140'; } - &.df-dot-d6-3:before { content: '\f141'; } - &.df-dot-d6-4:before { content: '\f142'; } - &.df-dot-d6-5:before { content: '\f143'; } - &.df-dot-d6-6:before { content: '\f18f'; } - &.df-small-dot-d6-1:before { content: '\f183'; } - &.df-small-dot-d6-2:before { content: '\f184'; } - &.df-small-dot-d6-3:before { content: '\f185'; } - &.df-small-dot-d6-4:before { content: '\f186'; } - &.df-small-dot-d6-5:before { content: '\f187'; } - &.df-small-dot-d6-6:before { content: '\f188'; } - &.df-solid-small-dot-d6-1:before { content: '\f189'; } - &.df-solid-small-dot-d6-2:before { content: '\f18a'; } - &.df-solid-small-dot-d6-3:before { content: '\f18b'; } - &.df-solid-small-dot-d6-4:before { content: '\f18c'; } - &.df-solid-small-dot-d6-5:before { content: '\f18d'; } - &.df-solid-small-dot-d6-6:before { content: '\f18e'; } + &.F:before { content: '\f190'; } + &.F-minus:before { content: '\f191'; } + &.F-plus:before { content: '\f192'; } + &.F-zero:before { content: '\f193'; } + &.d10:before { content: '\f194'; } + &.d10-0:before { content: '\f100'; } + &.d10-1:before { content: '\f101'; } + &.d10-10:before { content: '\f102'; } + &.d10-2:before { content: '\f103'; } + &.d10-3:before { content: '\f104'; } + &.d10-4:before { content: '\f105'; } + &.d10-5:before { content: '\f106'; } + &.d10-6:before { content: '\f107'; } + &.d10-7:before { content: '\f108'; } + &.d10-8:before { content: '\f109'; } + &.d10-9:before { content: '\f10a'; } + &.d12:before { content: '\f195'; } + &.d12-1:before { content: '\f10b'; } + &.d12-10:before { content: '\f10c'; } + &.d12-11:before { content: '\f10d'; } + &.d12-12:before { content: '\f10e'; } + &.d12-2:before { content: '\f10f'; } + &.d12-3:before { content: '\f110'; } + &.d12-4:before { content: '\f111'; } + &.d12-5:before { content: '\f112'; } + &.d12-6:before { content: '\f113'; } + &.d12-7:before { content: '\f114'; } + &.d12-8:before { content: '\f115'; } + &.d12-9:before { content: '\f116'; } + &.d2:before { content: '\f196'; } + &.d2-1:before { content: '\f117'; } + &.d2-2:before { content: '\f118'; } + &.d20:before { content: '\f197'; } + &.d20-1:before { content: '\f119'; } + &.d20-10:before { content: '\f11a'; } + &.d20-11:before { content: '\f11b'; } + &.d20-12:before { content: '\f11c'; } + &.d20-13:before { content: '\f11d'; } + &.d20-14:before { content: '\f11e'; } + &.d20-15:before { content: '\f11f'; } + &.d20-16:before { content: '\f120'; } + &.d20-17:before { content: '\f121'; } + &.d20-18:before { content: '\f122'; } + &.d20-19:before { content: '\f123'; } + &.d20-2:before { content: '\f124'; } + &.d20-20:before { content: '\f125'; } + &.d20-3:before { content: '\f126'; } + &.d20-4:before { content: '\f127'; } + &.d20-5:before { content: '\f128'; } + &.d20-6:before { content: '\f129'; } + &.d20-7:before { content: '\f12a'; } + &.d20-8:before { content: '\f12b'; } + &.d20-9:before { content: '\f12c'; } + &.d4:before { content: '\f198'; } + &.d4-1:before { content: '\f12d'; } + &.d4-2:before { content: '\f12e'; } + &.d4-3:before { content: '\f12f'; } + &.d4-4:before { content: '\f130'; } + &.d6:before { content: '\f199'; } + &.d6-1:before { content: '\f131'; } + &.d6-2:before { content: '\f132'; } + &.d6-3:before { content: '\f133'; } + &.d6-4:before { content: '\f134'; } + &.d6-5:before { content: '\f135'; } + &.d6-6:before { content: '\f136'; } + &.d8:before { content: '\f19a'; } + &.d8-1:before { content: '\f137'; } + &.d8-2:before { content: '\f138'; } + &.d8-3:before { content: '\f139'; } + &.d8-4:before { content: '\f13a'; } + &.d8-5:before { content: '\f13b'; } + &.d8-6:before { content: '\f13c'; } + &.d8-7:before { content: '\f13d'; } + &.d8-8:before { content: '\f13e'; } + &.dot-d6:before { content: '\f19b'; } + &.dot-d6-1:before { content: '\f13f'; } + &.dot-d6-2:before { content: '\f140'; } + &.dot-d6-3:before { content: '\f141'; } + &.dot-d6-4:before { content: '\f142'; } + &.dot-d6-5:before { content: '\f143'; } + &.dot-d6-6:before { content: '\f18f'; } + &.small-dot-d6-1:before { content: '\f183'; } + &.small-dot-d6-2:before { content: '\f184'; } + &.small-dot-d6-3:before { content: '\f185'; } + &.small-dot-d6-4:before { content: '\f186'; } + &.small-dot-d6-5:before { content: '\f187'; } + &.small-dot-d6-6:before { content: '\f188'; } + &.solid-small-dot-d6-1:before { content: '\f189'; } + &.solid-small-dot-d6-2:before { content: '\f18a'; } + &.solid-small-dot-d6-3:before { content: '\f18b'; } + &.solid-small-dot-d6-4:before { content: '\f18c'; } + &.solid-small-dot-d6-5:before { content: '\f18d'; } + &.solid-small-dot-d6-6:before { content: '\f18e'; } } \ No newline at end of file