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!
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.
back to top
Montserrat-Alt1-<Version Number>.zip
Montserrat-Alt1-<Version Number>.zip
fonts
folder, where you will find otf
and ttf
fontsINSTALL
buttonYES
back to top
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;
}
back to top
See the open issues for a full list of proposed features (and known issues).
back to top
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!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)back to top
Distributed under the OFL License. See LICENSE
for more information.
back to top
back to top