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
Alphabet, numerals, and marks
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;
}