1
<!DOCTYPE html>
2
3
<html>
4
5
<head>
6
7
<title>
8
Contact Us - Font Generator</title>
9
10
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
11
12
<meta http-equiv='content-language' content='en-US' />
13
14
<meta name='viewport' content='width=device-width, initial-scale=1' />
15
16
<meta name='theme-color' content='#6564ff' />
17
18
<meta name='apple-mobile-web-app-status-bar-style' content='#6564ff' />
19
20
<meta name='description' content='' />
21
22
<link rel='canonical' href='https://fontgenerator.click/contact-us.html' />
23
24
<link rel='icon' href='img/favicon.png' />
25
26
<link rel="icon" href="img/favicon.png" type="image/x-icon" />
27
28
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon.png" />
29
30
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon.png" />
31
32
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon.png" />
33
34
<link rel="icon" href="img/favicon.png" type="image/x-icon" />
35
36
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
37
38
<meta name="robots" content="index, follow" />
39
40
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Ubuntu:wght@500&display=swap"
41
rel="stylesheet" />
42
43
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
44
crossorigin="anonymous">
45
46
<style>
47
48
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
49
html {
50
line-height: 1.15;
51
-webkit-text-size-adjust: 100%
52
}
53
54
body {
55
margin: 0
56
}
57
58
h1 {
59
font-size: 2em;
60
margin: .67em 0
61
}
62
63
hr {
64
box-sizing: content-box;
65
height: 0;
66
overflow: visible
67
}
68
69
pre {
70
font-family: monospace, monospace;
71
font-size: 1em
72
}
73
74
a {
75
background-color: transparent
76
}
77
78
abbr[title] {
79
border-bottom: none;
80
text-decoration: underline;
81
text-decoration: underline dotted
82
}
83
84
b,
85
strong {
86
font-weight: bolder
87
}
88
89
code,
90
kbd,
91
samp {
92
font-family: monospace, monospace;
93
font-size: 1em
94
}
95
96
small {
97
font-size: 80%
98
}
99
100
sub,
101
sup {
102
font-size: 75%;
103
line-height: 0;
104
position: relative;
105
vertical-align: baseline
106
}
107
108
sub {
109
bottom: -.25em
110
}
111
112
sup {
113
top: -.5em
114
}
115
116
img {
117
border-style: none
118
}
119
120
button,
121
input,
122
optgroup,
123
select,
124
textarea {
125
font-family: inherit;
126
font-size: 100%;
127
line-height: 1.15;
128
margin: 0
129
}
130
131
button,
132
input {
133
overflow: visible
134
}
135
136
button,
137
select {
138
text-transform: none
139
}
140
141
[type=button],
142
[type=reset],
143
[type=submit],
144
button {
145
-webkit-appearance: button
146
}
147
148
[type=button]::-moz-focus-inner,
149
[type=reset]::-moz-focus-inner,
150
[type=submit]::-moz-focus-inner,
151
button::-moz-focus-inner {
152
border-style: none;
153
padding: 0
154
}
155
156
[type=button]:-moz-focusring,
157
[type=reset]:-moz-focusring,
158
[type=submit]:-moz-focusring,
159
button:-moz-focusring {
160
outline: 1px dotted ButtonText
161
}
162
163
fieldset {
164
padding: .35em .75em .625em
165
}
166
167
legend {
168
box-sizing: border-box;
169
color: inherit;
170
display: table;
171
max-width: 100%;
172
padding: 0;
173
white-space: normal
174
}
175
176
progress {
177
vertical-align: baseline
178
}
179
180
textarea {
181
overflow: auto
182
}
183
184
[type=checkbox],
185
[type=radio] {
186
box-sizing: border-box;
187
padding: 0
188
}
189
190
[type=number]::-webkit-inner-spin-button,
191
[type=number]::-webkit-outer-spin-button {
192
height: auto
193
}
194
195
[type=search] {
196
-webkit-appearance: textfield;
197
outline-offset: -2px
198
}
199
200
[type=search]::-webkit-search-decoration {
201
-webkit-appearance: none
202
}
203
204
::-webkit-file-upload-button {
205
-webkit-appearance: button;
206
font: inherit
207
}
208
209
details {
210
display: block
211
}
212
213
summary {
214
display: list-item
215
}
216
217
template {
218
display: none
219
}
220
221
[hidden] {
222
display: none
223
}
224
body {
225
font-family: 'Open Sans', sans-serif;
226
line-height: 1.6;
227
}
228
229
h1, h2, h3 {
230
font-family: 'Playfair Display', serif;
231
font-weight: bold;
232
}
233
.pro-tip {
234
background-color: #e9f5ff;
235
padding: 10px;
236
border-left: 4px solid #0d6efd;
237
margin: 15px 0;
238
border-radius: 5px;
239
}
240
241
.navbar {
242
background-color: #ffffff;
243
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
244
}
245
.navbar-brand {
246
font-size: 1.5rem;
247
font-weight: bold;
248
color: #007bff !important;
249
}
250
.navbar-nav .nav-link {
251
color: #007bff !important;
252
font-weight: 500;
253
margin: 0 10px;
254
transition: color 0.3s ease;
255
}
256
.navbar-nav .nav-link:hover {
257
color: #0056b3 !important;
258
}
259
.dropdown-menu {
260
border: none;
261
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
262
}
263
.dropdown-item {
264
color: #007bff !important;
265
transition: background-color 0.3s ease;
266
}
267
.dropdown-item:hover {
268
background-color: #f8f9fa;
269
}
270
.navbar-toggler {
271
border: none;
272
}
273
.navbar-toggler:focus {
274
outline: none;
275
box-shadow: none;
276
}
277
</style>
278
279
</head>
280
281
282
<body>
283
284
<nav class="navbar navbar-expand-lg navbar-light bg-light">
285
286
<div class="container">
287
288
<a class="navbar-brand" href="https://fontgenerator.click/">
289
Font Generator</a>
290
291
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
292
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
293
294
<span class="navbar-toggler-icon">
295
</span>
296
297
</button>
298
299
300
<div class="collapse navbar-collapse" id="navbarNav">
301
302
<ul class="navbar-nav ms-auto">
303
304
<li class="nav-item">
305
306
<a class="nav-link" href="https://fontgenerator.click/">
307
Home</a>
308
309
</li>
310
311
<li class="nav-item">
312
313
<a class="nav-link" href="https://fontgenerator.click/tools/">
314
Tools</a>
315
316
</li>
317
318
<li class="nav-item">
319
320
<a class="nav-link" href="faq.html">
321
FAQ</a>
322
323
</li>
324
325
<li class="nav-item dropdown">
326
327
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
328
About</a>
329
330
<div class="dropdown-menu" aria-labelledby="dropdown01">
331
332
<a class="dropdown-item" href="about-us.html">
333
About</a>
334
335
<a class="dropdown-item" href="contact-us.html">
336
Contact</a>
337
338
<a class="dropdown-item" href="privacy-policy.html">
339
Privacy</a>
340
341
</div>
342
343
</li>
344
345
</ul>
346
347
</div>
348
349
</div>
350
351
</nav>
352
353
354
355
356
<!---article start-->
357
358
359
360
<div class="container py-5">
361
362
<h1>
363
Contact Us </h1>
364
365
<p>
366
We value your feedback and are always eager to assist you with any questions or concerns you may have. Please feel free to reach out to us using the contact information provided below.</p>
367
368
369
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfh9ePQl3YSbQlRv_3hP16YjQrwupY7yOPliNZagcMU4zjQQw/viewform?embedded=true" width="640" height="1200" frameborder="0" marginheight="0" marginwidth="0">
370
Loading…</iframe>
371
372
</div>
373
374
375
376
<footer class="bg-white text-black py-3">
377
378
<div class="container">
379
380
<!-- Social Media Share Section -->
381
382
<div class="text-center mb-4">
383
384
<button class="btn btn-outline-primary" onclick="toggleShareBox()">
385
Share</button>
386
387
<div id="shareBox" class="mt-3 p-3 rounded shadow-sm d-none" style="animation: fadeIn 0.3s ease-in-out; position: relative;">
388
389
<p id="urlPreview" class="mb-3 text-muted">
390
</p>
391
392
<a href="#" id="shareFacebook" onclick="openShareWindow(this.href)" class="me-3" title="Share on Facebook">
393
394
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-facebook" viewBox="0 0 16 16">
395
396
<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951"/>
397
398
</svg>
399
400
</a>
401
402
<a href="#" id="shareTwitter" onclick="openShareWindow(this.href)" class="me-3" title="Share on X">
403
404
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
405
406
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/>
407
408
</svg>
409
410
</a>
411
412
<a href="#" id="shareWhatsapp" onclick="openShareWindow(this.href)" class="me-3" title="Share on WhatsApp">
413
414
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-whatsapp" viewBox="0 0 16 16">
415
416
<path d="M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232"/>
417
418
</svg>
419
420
</a>
421
422
<button class="btn btn-outline-secondary" onclick="copyLink()" id="copyButton">
423
Copy Link</button>
424
425
<div id="copyPopup" class="popup-box d-none">
426
Link copied: <span id="copyUrl">
427
</span>
428
</div>
429
430
</div>
431
432
</div>
433
434
435
<div class="d-flex flex-column flex-md-row justify-content-between text-center text-md-start">
436
437
<p class="mb-2 mb-md-0">
438
© <a href="https://fontgenerator.click" class="text-primary" target="_blank">
439
FontGenerator.click</a>
440
2025</p>
441
442
<p>
443
444
<a href="privacy-policy.html" class="text-primary me-3">
445
Privacy Policy</a>
446
447
<a href="about-us.html" class="text-primary me-3">
448
About Us</a>
449
450
<a href="contact-us.html" class="text-primary me-3">
451
Contact</a>
452
453
<a href="changelog.html" class="text-primary me-3">
454
Latest Updates</a>
455
456
<a href="feedback.html" class="text-primary m3-3">
457
FeedBack</a>
458
459
460
</p>
461
462
</div>
463
464
</div>
465
466
467
<script>
468
469
function toggleShareBox() {
470
const shareBox = document.getElementById('shareBox');
471
shareBox.classList.toggle('d-none');
472
const currentUrl = window.location.href;
473
const encodedUrl = encodeURIComponent(currentUrl);
474
475
document.getElementById('shareFacebook').href = `https://www.facebook.com/sharer/sharer.php?u=${encodedUrl}`;
476
document.getElementById('shareTwitter').href = `https://twitter.com/intent/tweet?url=${encodedUrl}`;
477
document.getElementById('shareWhatsapp').href = `https://wa.me/?text=${encodedUrl}`;
478
479
document.getElementById('urlPreview').textContent = currentUrl;
480
}
481
482
function openShareWindow(url) {
483
window.open(url, 'shareWindow', 'width=600,height=400');
484
return false;
485
}
486
487
function copyLink() {
488
const url = window.location.href;
489
navigator.clipboard.writeText(url).then(() =>
490
{
491
const popup = document.getElementById('copyPopup');
492
popup.classList.remove('d-none');
493
document.getElementById('copyUrl').textContent = url;
494
setTimeout(() =>
495
popup.classList.add('d-none'), 3000);
496
});
497
}
498
</script>
499
500
501
<style>
502
503
@keyframes fadeIn {
504
from { opacity: 0; }
505
to { opacity: 1; }
506
}
507
508
.popup-box {
509
position: absolute;
510
bottom: 10px;
511
left: 50%;
512
transform: translateX(-50%);
513
background: #000;
514
color: #fff;
515
padding: 8px 16px;
516
border-radius: 8px;
517
animation: fadeIn 0.3s ease-in-out;
518
}
519
</style>
520
521
</footer>
522
523
524
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous">
525
526
</script>
527
528
529
530
</body>
531
532
533
</html>
534