-
Notifications
You must be signed in to change notification settings - Fork 1
/
aeiou.css
125 lines (105 loc) · 2.77 KB
/
aeiou.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/*
* ,adPPYYba, ,adPPYba, 88 ,adPPYba, 88 88
* "" `Y8 a8P_____88 88 a8" "8a 88 88
* ,adPPPPP88 8PP""""""" 88 8b d8 88 88
* 88, ,88 "8b, ,aa 88 "8a, ,a8" "8a, ,a88
* `"8bbdP"Y8 `"Ybbd8"' 88 `"YbbdP"' `"YbbdP'Y8
* https://github.com/zlaxy/aeiou
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansugaritic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansrunic.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansgeorgian.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanshebrew.css);
/* http://www.oketz.com/fonts/yoavcursive.html */
@font-face {
font-family: YOAVCB;
src: local("YOAVCB"),
url(fonts/yoavcursive/YOAVCB__.TTF);
}
/* http://www.1001fonts.com/als-script-font.html */
@font-face {
font-family: alsscrp;
src: local("alsscrp"),
url(fonts/als-script/alsscrp.ttf);
}
/* https://www.fontsquirrel.com/fonts/VAG-HandWritten */
@font-face {
font-family: VAGHandWritten;
src: local("VAGHandWritten"),
url("fonts/vag-handwritten/VAG-HandWritten.otf") format("opentype");
}
html {
font-family: 'Open Sans', sans-serif;
}
.lower tr td button {
text-transform: lowercase;
}
.upper tr td button {
text-transform: uppercase;
}
.enhandwritten tr td button {
font-family: 'alsscrp', cursive;
}
.ruhandwritten tr td button {
font-family: 'Marck Script', cursive;
}
.handwritten tr td button {
font-family: 'Bad Script', sans-serif;
}
.hehandwritten tr td button {
font-family: 'YOAVCB', cursive;
}
.grhandwritten tr td button {
font-family: 'VAGHandWritten', cursive;
}
.hebrew tr td button {
font-family: 'Noto Sans Hebrew', sans-serif;
}
.georgian tr td button {
font-family: 'Noto Sans Georgian', serif;
}
.abjadi tr td button {
font-family: 'Mirza', cursive;
/*
* @import url(https://fonts.googleapis.com/earlyaccess/notosanskufiarabic.css);
* font-family: 'Noto Sans Kufi Arabic', sans-serif;
*/
}
.runes tr td button {
font-family: 'Noto Sans Runic', sans-serif;
}
.ugaritic tr td button {
font-family: 'Noto Sans Ugaritic', sans-serif;
}
.default tr td button {
font-family: 'Open Sans', sans-serif;
}
.abcdTable tr td button {
font-size: 5vw;
text-align: center;
cursor: pointer;
height: 5vw;
background-color: transparent;
border: 0vw solid;
font-weight: 600;
}
.relative {
position:relative;
}
button.controlButton {
color: #555;
text-align: center;
font-family: Ubuntu, sans-serif;
font-weight: 300;
font-size: 2vw;
height: 3vw;
background-color: transparent;
border-radius: 2vw;
border: 0.1vw solid #bbb;
cursor: pointer;
}
#hiddentextline {
position: absolute;
visibility: hidden;
white-space: nowrap;
}