Veska-Mono is an open-source, monospace font based on Iosevka
see /dist folder after building
-
git clone --depth 1 https://github.com/be5invis/Iosevka.git -
Configure the
private-build-plans.tomlor replace it with your own using the customizer.
| # coding=utf-8 | |
| # Copyright 2023 The HuggingFace Inc. team. All rights reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software |
Veska-Mono is an open-source, monospace font based on Iosevka
see /dist folder after building
git clone --depth 1 https://github.com/be5invis/Iosevka.git
Configure the private-build-plans.toml or replace it with your own using the customizer.
| Your private-build-plans.toml: | |
| [buildPlans.iosevka-custom] | |
| family = "Iosevka Custom" | |
| spacing = "normal" | |
| serifs = "sans" | |
| [buildPlans.iosevka-custom.variants.design] | |
| turn-v = "curly" |
| const { src, dest, series, watch, parallel } = require('gulp'); | |
| const sass = require('gulp-sass'); | |
| const rename = require("gulp-rename"); | |
| const plumber = require("gulp-plumber"); | |
| const cleanCSS = require('gulp-clean-css'); | |
| const autoprefixer = require("gulp-autoprefixer"); | |
| const browserSync = require('browser-sync').create(); | |
| const nodemon = require('gulp-nodemon'); | |
| var sassOptions = { |