Update style.css
This commit is contained in:
parent
b5ac13863a
commit
5870471d89
|
@ -21,28 +21,28 @@ https://github.com/AndrewBelt/WiTeX
|
|||
font-family: 'Latin Modern Roman';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-regular.woff') format('woff');
|
||||
src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern Roman';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-bold.woff') format('woff');
|
||||
src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bold.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern Roman';
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-oblique.woff') format('woff');
|
||||
src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-italic.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Latin Modern Roman';
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
src: url('https://pawnmail.com/fonts/lmroman10-boldoblique.woff') format('woff');
|
||||
src: url('//cdn.rawgit.com/AndrewBelt/WiTeX/master/fonts/lmroman10-bolditalic.woff') format('woff');
|
||||
}
|
||||
|
||||
#pt-userpage, #ca-edit, #p-views, div.vectorTabs ul, div.vectorTabs span{
|
||||
|
|
Loading…
Reference in New Issue
Block a user