pahlavi: first letter of Pahlavi

This commit is contained in:
2022-09-15 11:44:02 +01:00
parent f90e0cfd1d
commit 5cdb9364f2
5 changed files with 58 additions and 0 deletions

BIN
css/fonts/Khusro.woff Normal file

Binary file not shown.

BIN
css/fonts/Khusro.woff2 Normal file

Binary file not shown.

14
css/khusro.css Normal file
View File

@ -0,0 +1,14 @@
@font-face {
font-family: 'Khusro';
src: url('/css/fonts/Khusro.woff2') format('woff2'),
url('/css/fonts/Khusro.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.pahlavi {
font-family: Khusro;
direction: rtl;
}