Git Product home page Git Product logo

montserrat-alt1's Introduction

Contributors Forks Stargazers Issues OFL License


Logo

Montserrat-Alt1

A custom version of Montserrat Light
More Stuff I Made »

Download · Report Bug · Request Feature

Buy Me A Coffee

Help support this project, and many more by buying me a coffee!

Table of Contents
  1. About The Project
  2. Installation - PC
  3. Installation - Web
  4. Roadmap
  5. Contributing
  6. License
  7. Acknowledgments

About The Project

Montserrat-Alt1

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

Installation - PC

  1. Download the latest Montserrat-Alt1-<Version Number>.zip
  2. Extract Montserrat-Alt1-<Version Number>.zip
  3. Open the fonts folder, where you will find otf and ttf fonts
  4. Open the folder containing your chosen font type, and open the weight you want
  5. Depending on your system, a dialog should appear showing a preview of the font
  6. Click the INSTALL button
  7. If the font is already installed a dialog will appear asking if you want to replace it
  8. Click YES
  9. Once the installation is finished, you can close the font preview

back to top

Installation - Web


CSS

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");

HTML

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.


How To Use It

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

Roadmap

  • 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).

back to top

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

back to top

License

Distributed under the OFL License. See LICENSE for more information.

back to top

Acknowledgments

back to top

montserrat-alt1's People

Contributors

differentunic avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.