Skip to content

An effective complete copy of https://int10h.org/oldschool-pc-fonts/ GO CHECK THEM OUT. However, it's a lot easier for me to reference fonts if its in a GH repo, not in a zip file.

Notifications You must be signed in to change notification settings

potatoes1286/oldschool-pc-fonts-gh

Repository files navigation

oldschool-pc-fonts-gh

This repo is a copy of int10h.org's oldschool pc fonts. There are no changes, this is a copy and redistribution of the original files into a github repository.

This repo is intended for referencing online in situations like a custom .css file, such as BetterDiscord.

Example:

@font-face {
	font-family: 'TOSHIBA';
    src: url('https://raw.githubusercontent.com/potatoes1286/oldschool-pc-fonts-gh/main/woff%20-%20Web%20(webfonts)/WebPlus_ToshibaSat_8x14.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-font-feature-settings: "liga" on, "calt" on;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'TOSHIBA';
}

Please browse the fonts using the site above, not this github repository.

The original fonts, and by redistribution this repository, are licensed under CC BY-SA 4.0

The font pack was made by VileR on int10h.org

About

An effective complete copy of https://int10h.org/oldschool-pc-fonts/ GO CHECK THEM OUT. However, it's a lot easier for me to reference fonts if its in a GH repo, not in a zip file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published