When I try to change my document type from dvi to pdf, font type changes. To show this change, hereby I put two pictures from the dvi and pdf files, respectively.



I use this preamble in my document:
\documentclass[12pt,a4paper]{report}
\usepackage{OkanFBEStyle}
\usepackage{graphicx}
\usepackage{subfigure}
\usepackage{srcltx}
\usepackage{boxedminipage}
\usepackage{enumerate}
\usepackage{cite}
\usepackage{wrapfig}
%\usepackage{natbib}
%\usepackage{FBEbib}
\pdfminorversion=5
% \usepackage[T1]{fontenc}
% \usepackage{winfonts}
% \usepackage[none]{hyphenat}
There are more packages, however I could not type here because of the letter constraint. I hope this information is enough to identify the problem. Can anybody help me on this please?
OkanFBEStyleis unknown. However you should avoidsrcltx, which is obsolete; can't you usepdflatexdirectly? – egreg Dec 20 '12 at 11:44microtypewhich really modifies the font (in a good and sensitive way), and is compatible only with PdfLaTeX. – tohecz Dec 20 '12 at 14:05