mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-20 16:30:23 +00:00
Add Contemporary font
This commit is contained in:
parent
c179f2c478
commit
aefc46ab17
3 changed files with 6 additions and 1 deletions
BIN
Project-Unite/Contemporary-Regular.ttf
Normal file
BIN
Project-Unite/Contemporary-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
7
Project-Unite/Content/bootstrap-theme.css
vendored
7
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -1,6 +1,11 @@
|
|||
/* Dark Admin Bootstrap Theme by PrepBootstrap - http://www.prepbootstrap.com */
|
||||
@font-face {
|
||||
font-family: "Contemporary";
|
||||
src: url(/Contemporary-Regular.ttf) format("truetype");
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
font-family: "Contemporary", sans-serif;
|
||||
-ms-text-size-adjust: 100%;
|
||||
-webkit-text-size-adjust: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue