A custom version of Montserrat Light
More Stuff I Made »
Download
·
Report Bug
·
Request Feature
Help support this project, and many more by buying me a coffee!
Table of Contents
I wanted to create a font that was simple, clean and most of all, looked good. The Montserrat font family is an amazing font that offers many weights and is clean and simple. I decided that I could modify Montserrat to fit my ideas, which took about a week to get everything done. I use this font in some of my product design stuff, and it makes titles stand out from the rest of the document.
Thanks for checking out my repo! Be sure to share with friends.
- Download the latest
Montserrat-Alt1-<Version Number>.zip
- Extract
Montserrat-Alt1-<Version Number>.zip
- Open the
fonts
folder, where you will findotf
andttf
fonts - Open the folder containing your chosen font type, and open the weight you want
- Depending on your system, a dialog should appear showing a preview of the font
- Click the
INSTALL
button - If the font is already installed a dialog will appear asking if you want to replace it
- Click
YES
- Once the installation is finished, you can close the font preview
You can import the file into your stylesheet as follows:
NOTE: The directory where the stylesheet is placed.
@import url("static/fonts/Montserrat/fonts/webfonts/Montserrat-Alt1.css");
Similarly, you could link to the same asset as you would any other CSS filter, in the <head> of the HTML document rather than in the CSS:
NOTE: The directory where the stylesheet is placed.
<link rel="stylesheet" type="text/css" href="static/fonts/Montserrat/fonts/webfonts/Montserrat-Alt1.css">
NOTE: If you are using a framework such as vue.js, paste the <link>
tag in the index.html file of your project.
After importing the font into your CSS
or HTML
file, can use it to style elements:
body {
font-family: 'Montserrat-Alt1', sans-serif;
font-weight: 400;
}
- Create Release
- Create css file for importing font
- Fix font spacing
- Create font all Montserrat weights
- Create Italic version
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the OFL License. See LICENSE
for more information.