Carogine Editor

Use the textarea below to type Carogine script.  Consult the chart at the bottom of the page for special keystrokes.

Style:   Size: pt

Keystrokes

Use the following keystrokes to produce letters in Carogine.

A
E
I
O
U
a
e
i
o
u

b
b
c
c
d
d
f
f
g
g
h
h
j
j
k
k
l
l
m
m
n
n
N
/n
p
p
r
r
s
s
S
/s
t
t
H
/h
T
/t
v
v
w
w
x
x
y
y
z
z
Z
/z

/o
/i
/u

B
C
D
F
G
H
J
K
L
M
N
/N
P
R
S
/S
T
/H
/T
V
W
X
Y
Z
/Z

/o
/i
/u

Fonts

You may download the fonts used on this page by clicking on the links below:

You may embed these fonts on your webpage using the following HTML styles:

<style>
  @font-face {
    font-family: CarogineItalic;
    src: url('https://carolingianrealm.blog/fonts/public/carogine_italic.woff2') format('woff2');
  }
  @font-face {
    font-family: CarogineBoldItalic;
    src: url('https://carolingianrealm.blog/fonts/public/carogine_bolditalic.woff2') format('woff2');
  }
  .carogineItalic {
    font-family: CarogineItalic; 
    font-size: 30pt;
  }
  .carogineBoldItalic {
    font-family: CarogineBoldItalic; 
    font-size: 30pt;
  }
</style>