Vines Sans

Download Font

Aa

Display Font

Vines Sans is a display font that is inspired by the look of vines. It is a sans-serif font that is designed to be used in large sizes, such as in headlines and titles. It can be used for menus, posters, titles, signs, and so on!

Font Sizes

72
The quick brown fox jumps over the lazy dog
48
The quick brown fox jumps over the lazy dog
36
The quick brown fox jumps over the lazy dog
24
The quick brown fox jumps over the lazy dog

Alphabet, numerals, and marks

A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
!
?

Write in Vines Sans

Plant a thought with Vines Sans

How to import the font into a CSS file:

Paste the code below into your css file.

        @font-face {  
  font-family: 'Vines Sans'; 
  src: url('VinesSans-Regular.otf') format('opentype'); 
}

h1 {
  font-family: 'Vines Sans', sans-serif;
}